Instanon · Browse Instagram with no account

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

Qu'est-ce que Instanon · Browse Instagram with no account ?

Instanon · Browse Instagram with no account est une extension Chrome développée par Tahoe Beetschen, et sa fonction principale est "Instanon is a simple addon that lets you browse Instagram without an account.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Instanon · Browse Instagram with no account

Téléchargez les fichiers d'extension Instanon · Browse Instagram with no account au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Improve your privacy by using Instagram without an account.                    

Informations de Base sur l'Extension

Nom Instanon · Browse Instagram with no account Instanon · Browse Instagram with no account
ID jddbknhpoofgengmimpglapgcfapimdg
URL Officiel https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg
Description Instanon is a simple addon that lets you browse Instagram without an account.
Taille du Fichier 147 KB
Nombre d'Installations 694
Version Actuelle 1.1
Dernière Mise à Jour 2020-08-08
Date de Publication 2020-08-03
Évaluation 2.80/5 Total 10 Évaluations
Développeur Tahoe Beetschen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tahoe.be
Langues Prises en Charge 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"
    }
}