WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Manage Instagram Followers

Manage Instagram Followers

View on Chrome Web Store
View Manage Instagram Followers Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (10 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Manage your Instagram followers, including features to follow back, unfollow non-followers, and discover mutual followers.
Type
Extension
Users
2,000 users
500
Website gabireze.com.br
gabireze
View author page of gabireze
Published
Published on March 23, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on May 15, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Manage Instagram Followers Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage Instagram Followers",
    "description": "Manage your Instagram followers, including features to follow back, unfollow non-followers, and discover mutual followers.",
    "version": "1.1.0",
    "author": {
        "name": "Gabriel de Rezende Gon\u00e7alves",
        "email": "[email protected]",
        "url": "https:\/\/gabireze.com.br\/"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_title": "Manage Instagram Followers"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "html.css"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 3
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top