| Browser | Install from | Status |
|---|---|---|
| Chrome | Chrome Web Store | 🟢 Available |
| Firefox | Firefox Add-ons | 🟢 Available |
InstaSnap is a browser extension that allows users to keep track on their social media followers and following lists with just a click (or even none, with auto-snapshot feature).
This project is open-sourced. Any contributions are welcome!
Currently, InstaSnap supports both Gecko-based and Chromium-based browsers and is available on Chrome Web Store and Firefox Add-ons. Alternatively, you can install it by downloading the latest release or building from source to catch the latest features and updates.
You can download the latest release from the Releases
page. Download the .zip file, extract it, and load the extracted folder as an unpacked extension in your browser.
You can also build the extension from source code. Make sure you have Node.js installed. Then, follow the steps below:
-
Clone the repository:
git clone https://github.com/qxbao/insta-snap.git
-
Navigate to the project directory:
cd insta-snap -
Install the dependencies (using pnpm):
pnpm install
If you don't have
pnpminstalled, you can enable it via corepack:corepack enable pnpm -
Build the extension:
- For Chromium-based browsers:
pnpm run build
- For Firefox:
pnpm run build:firefox
-
Load the
distfolder as an unpacked extension in your browser.
-
Chrome:
- Go to chrome://extensions
- Turn on "Developer mode" (if not already enabled)
- Load unpacked
-
Firefox:
- Go to about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select the
manifest.jsonfile in thedistfolder
See the Releases
See the Contributing Guide
Free. Open-source. Any donations are appreciated!