Anonymous View for Instagram Stories

View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!

Apa itu Anonymous View for Instagram Stories?

Anonymous View for Instagram Stories adalah ekstensi Chrome yang dikembangkan oleh AppCreator, dan fitur utamanya adalah "View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Anonymous View for Instagram Stories

Unduh file ekstensi Anonymous View for Instagram Stories 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

                                            

Informasi Dasar Ekstensi

Nama Anonymous View for Instagram Stories Anonymous View for Instagram Stories
ID feadbhaeckfceikjkacclbajkadhhloj
URL Resmi https://chrome.google.com/webstore/detail/anonymous-view-for-instag/feadbhaeckfceikjkacclbajkadhhloj
Deskripsi View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!
Ukuran File 1.29 MB
Jumlah Instalasi 10,876
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2022-06-22
Tanggal Publikasi 2021-01-27
Penilaian 4.51/5 Total 96 Penilaian
Pengembang AppCreator
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/stories-space
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.4",
    "default_locale": "en",
    "icons": {
        "256": "img\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "css\/*",
        "img\/*"
    ]
}