Instafollow

Adds or remove instagram followers in bulk

What is Instafollow?

Instafollow is a Chrome extension developed by Dovmary, and its main feature is "Adds or remove instagram followers in bulk".

Extension Screenshots

screenshot
screenshot

Download Instafollow Extension CRX File

Download Instafollow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A free instagram add and remove followers button. 
Add multiple instagram followers at once.
Remove multiple instagram followers at once                    

Extension Basic Information

Name Instafollow Instafollow
ID gihfglmnhbebbdgonelahecahfagpenb
Official URL https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb
Description Adds or remove instagram followers in bulk
File Size 12.42 KB
Installation Count 49
Current Version 1.0
Last Updated 2023-11-24
Publish Date 2023-11-24
Rating 5.00/5 Total 1 Ratings
Developer Dovmary
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instafollow",
    "description": "Adds or remove instagram followers in bulk",
    "version": "1.0",
    "action": {
        "default_popup": "FE.html",
        "default_icon": "image\/logo.jpg"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "Content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}