Skip to content

leaper-one/MultiPost-Extension

Repository files navigation

MultiPost

A browser extension that helps users publish content to multiple social media platforms with one click.

GitHub License GitHub许可证 GitHub Repo stars GitHub星星 GitHub commit activity GitHub提交活动 Website 网站

English | 中文 | 日本語 | Français | 한국어


Installation

  • Chrome Web Store Version Chrome网上商店版本 Chrome Web Store Users Chrome网上商店用户 Chrome Web Store Last Updated

Key Features

  • 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.

Getting Started

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.

Building the Production Version

Run the following command:

pnpm build

You can find the build content in the build folder

Development Instructions

Documents You Need to Know

Chrome Extension API Reference

Edge Extension

Plasmo Docs

File Structure

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.

Development Environment

It is recommended to use the package management tool pnpm@latest-9.

Star History

Star History Chart