Instanon · Browse Instagram with no account

Instanon is a simple addon that lets you browse Instagram without an account.

Cos'è Instanon · Browse Instagram with no account?

Instanon · Browse Instagram with no account è un'estensione di Chrome sviluppata da Tahoe Beetschen, e la sua funzione principale è "Instanon is a simple addon that lets you browse Instagram without an account.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Instanon · Browse Instagram with no account

Scarica i file di estensione Instanon · Browse Instagram with no account 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

                        Instanon lets your browse Instagram profiles and photos without being connected.

Improve your privacy by using Instagram without an account.                    

Informazioni di Base sull'Estensione

Nome Instanon · Browse Instagram with no account Instanon · Browse Instagram with no account
ID jddbknhpoofgengmimpglapgcfapimdg
URL Ufficiale https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg
Descrizione Instanon is a simple addon that lets you browse Instagram without an account.
Dimensione del File 147 KB
Conteggio Installazioni 694
Versione Corrente 1.1
Ultimo Aggiornamento 2020-08-08
Data di Pubblicazione 2020-08-03
Valutazione 2.80/5 Totale 10 Valutazioni
Sviluppatore Tahoe Beetschen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tahoe.be
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instanon \u00b7\u00a0Browse Instagram with no account",
    "short_name": "Instanon",
    "version": "1.1",
    "description": "Instanon is a simple addon that lets you browse Instagram without an account.",
    "author": "Tahoe Beetschen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*\/"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "512": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "title": "Instanon"
    }
}