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!

Was ist Anonymous View for Instagram Stories?

Anonymous View for Instagram Stories ist eine Chrome-Erweiterung, die von AppCreator entwickelt wurde, und ihr Hauptmerkmal ist "View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Anonymous View for Instagram Stories-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anonymous View for Instagram Stories-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Anonymous View for Instagram Stories Anonymous View for Instagram Stories
ID feadbhaeckfceikjkacclbajkadhhloj
Offizielle URL https://chrome.google.com/webstore/detail/anonymous-view-for-instag/feadbhaeckfceikjkacclbajkadhhloj
Beschreibung View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!
Dateigröße 1.29 MB
Installationsanzahl 10,876
Aktuelle Version 1.1.4
Letztes Update 2022-06-22
Veröffentlichungsdatum 2021-01-27
Bewertung 4.51/5 Insgesamt 96 Bewertungen
Entwickler AppCreator
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/stories-space
Unterstützte Sprachen 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\/*"
    ]
}