WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Closefox - Mass Add IG Close Friends

Closefox - Mass Add IG Close Friends

View on Chrome Web Store
View Closefox - Mass Add IG Close Friends Chrome Extension on Chrome Web Store
Add to bookmarks
1.8 (22 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

One click to add all Instagram followers as close friends. Import users to bulk add close friends.
Type
Extension
Users
5,000 users
333
ExtensionsFox
View author page of ExtensionsFox
Published
Published on September 15, 2024
Version 1.1.3
Manifest version
3
Updated
Updated on November 28, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Closefox - Mass Add IG Close Friends 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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.1.3",
    "homepage_url": "https:\/\/igclosefriends.extensionsfox.com\/",
    "action": {
        "default_icon": "assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon-512.png",
        "48": "assets\/icon-512.png",
        "128": "assets\/icon-512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2026 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