A browser extension that allows you to easily share links and images on FreeFeed social network.
This extension is the successor to Share on FreeFeed v1.
- 🔗 Share current page URL with a single click
- 🖼️ Share images from web pages
- ⌨️ Quick access via keyboard shortcut (Alt+Shift+F)
- 🎯 Context menu integration
- 📱 Side panel interface for easy posting
- 📝 Add custom text to your posts
- 👥 Choose destination feeds (personal timeline or groups)
Install the extension from the Chrome Web Store.
- Click the FreeFeed extension icon in your browser toolbar
- Enter your FreeFeed API token (you can get it from your FreeFeed settings)
- The extension will verify your token and you're ready to go!
Via Extension Icon:
- Click the FreeFeed icon in the toolbar
- The side panel will open with the current page URL pre-filled
- Add your comment and choose the destination feed
- Click "Post" to share
Via Context Menu:
- Right-click on any image or on page itself
- Select "Share on FreeFeed" from the context menu
- The side panel will open with the selected image and page URL pre-filled
The extension requires the following permissions:
sidePanel- To display the sharing interfacestorage- To store your API token securelytabs- To access current tab informationscripting- To inject content scriptscontextMenus- To add right-click menu options<all_urls>- To work on any website
- Your FreeFeed API token is stored locally in your browser
- No data is sent to third parties
- The extension only communicates with FreeFeed's official API
- Build the extension:
pnpm run build(creates files indist/unpacked) - Package the extension:
pnpm run zip(creates zip file indist)
This project is licensed under the MIT License - see the LICENSE.txt file for details.
If you encounter any issues or have suggestions, please open an issue on GitHub.