Instafollow

Adds or remove instagram followers in bulk

Was ist Instafollow?

Instafollow ist eine Chrome-Erweiterung, die von Dovmary entwickelt wurde, und ihr Hauptmerkmal ist "Adds or remove instagram followers in bulk".

Erweiterungsscreenshots

screenshot
screenshot

Instafollow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instafollow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Instafollow Instafollow
ID gihfglmnhbebbdgonelahecahfagpenb
Offizielle URL https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb
Beschreibung Adds or remove instagram followers in bulk
Dateigröße 12.42 KB
Installationsanzahl 49
Aktuelle Version 1.0
Letztes Update 2023-11-24
Veröffentlichungsdatum 2023-11-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Dovmary
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}