A browser extension that helps users publish content to multiple social media platforms with one click.
English | 中文 | 日本語 | Français | 한국어
- Support synchronous posting to over 10 mainstream platforms including Zhihu, Weibo, Xiaohongshu, TikTok, etc.
- No login, no registration, no API Key required. Free!
- Support multiple content types including text, images, and videos
- Support web page integration, allowing you to develop your own web pages and set up automation using the extension's publishing features, such as:
- Automatically capture web content and publish to multiple platforms
- Schedule posts
- AI content generation integration
This extension solves the pain points of content creators when publishing across multiple platforms. Through a single edit, content can be synchronized to all platforms, greatly improving work efficiency.
First, run the development server:
pnpm i
pnpm dev
In the browser extension page, open the developer mode, click Load unpacked extension
and find build/chrome-mv3-dev
to load it.
Run the following command:
pnpm build
You can find the build content in the build
folder
Chrome Extension API Reference
src/sync: This folder contains the code for operating on different platforms, where dynamic is related to dynamic publishing, and video is related to video publishing; any added platform needs to be registered in common.ts. components: This folder contains all the components for frontend interface operations.
It is recommended to use the package management tool pnpm@latest-9
.