AutoIG

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

Cos'è AutoIG?

AutoIG è un'estensione di Chrome sviluppata da ZLK Studio, e la sua funzione principale è "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AutoIG

Scarica i file di estensione AutoIG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AutoIG AutoIG
ID nggbmpmipngiogondncnaegfnhobanll
URL Ufficiale https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll
Descrizione Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
Dimensione del File 46.72 KB
Conteggio Installazioni 3,691
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-05-01
Data di Pubblicazione 2020-10-03
Valutazione 3.63/5 Totale 16 Valutazioni
Sviluppatore ZLK Studio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://autoig.zlkstudio.co.uk
Lingue Supportate 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"
    ]
}