Instafollow

Adds or remove instagram followers in bulk

Co to jest Instafollow?

Instafollow to rozszerzenie Chrome opracowane przez Dovmary, a jego główną funkcją jest „Adds or remove instagram followers in bulk”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Instafollow

Pobierz pliki rozszerzeń Instafollow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Instafollow Instafollow
ID gihfglmnhbebbdgonelahecahfagpenb
Oficjalny URL https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb
Opis Adds or remove instagram followers in bulk
Rozmiar pliku 12.42 KB
Liczba instalacji 49
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-11-24
Data Publikacji 2023-11-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Dovmary
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}