Track your Instagram followers and see who unfollowed you. This Chrome extension helps you keep track of your Instagram followers and following.
- Track followers and following
- See who unfollowed you
- See who doesn't follow you back
- See who you don't follow back
- Historical tracking of follower changes
- Local data storage using SQLite
- Clone this repository
- Install dependencies:
npm install
- Start the local server:
node server/server.js
-
Load the extension in Chrome:
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the extension directory
- Open Chrome and go to
-
Load the extension in Chrome:
- Or simply just run the
start.bat
file
- Or simply just run the
- Make sure the local server is running
- Go to any Instagram profile
- Click the extension icon
- Click "Track Followers"
- Wait for the data to be collected
- View the results in the new tab
- Node.js
- Express
- SQLite3
- CORS
The extension uses a local SQLite database to store follower data. The database file will be created automatically when you first run the server.
├── manifest.json # Extension manifest
├── popup.html # Extension popup
├── popup.js # Popup logic
├── content.js # Content script for Instagram
├── background.js # Background script
├── results.html # Results page
├── results.js # Results page logic
└── server/
└── server.js # Local server with SQLite
- The extension needs to be connected to the local server to work
- Make sure you're logged into Instagram before using the extension
- The data is stored locally in a SQLite database