AutoIG

Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.

Co to jest AutoIG?

AutoIG to rozszerzenie Chrome opracowane przez ZLK Studio, a jego główną funkcją jest „Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AutoIG

Pobierz pliki rozszerzeń AutoIG 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

                        Want to make followers fast and totally FREE? Use this extension to auto follow people on Instagram. Easy and free, AutoIG let you to mass follow Insta profiles                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoIG AutoIG
ID nggbmpmipngiogondncnaegfnhobanll
Oficjalny URL https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll
Opis Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
Rozmiar pliku 46.72 KB
Liczba instalacji 3,691
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-05-01
Data Publikacji 2020-10-03
Ocena 3.63/5 Łącznie 16 Oceny
Deweloper ZLK Studio
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://autoig.zlkstudio.co.uk
Obsługiwane Języki en-GB
manifest.json
{
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to action"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 2,
    "name": "AutoIG",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/www.instagram.com\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "options.html"
    ]
}