Instanon · Browse Instagram with no account

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

Apa itu Instanon · Browse Instagram with no account?

Instanon · Browse Instagram with no account adalah ekstensi Chrome yang dikembangkan oleh Tahoe Beetschen, dan fitur utamanya adalah "Instanon is a simple addon that lets you browse Instagram without an account.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Instanon · Browse Instagram with no account

Unduh file ekstensi Instanon · Browse Instagram with no account dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Improve your privacy by using Instagram without an account.                    

Informasi Dasar Ekstensi

Nama Instanon · Browse Instagram with no account Instanon · Browse Instagram with no account
ID jddbknhpoofgengmimpglapgcfapimdg
URL Resmi https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg
Deskripsi Instanon is a simple addon that lets you browse Instagram without an account.
Ukuran File 147 KB
Jumlah Instalasi 694
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-08-08
Tanggal Publikasi 2020-08-03
Penilaian 2.80/5 Total 10 Penilaian
Pengembang Tahoe Beetschen
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tahoe.be
Bahasa yang Didukung 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"
    }
}