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!

What is Anonymous View for Instagram Stories?

Anonymous View for Instagram Stories is a Chrome extension developed by AppCreator, and its main feature is "View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Anonymous View for Instagram Stories Extension CRX File

Download Anonymous View for Instagram Stories extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Anonymous View for Instagram Stories Anonymous View for Instagram Stories
ID feadbhaeckfceikjkacclbajkadhhloj
Official URL https://chrome.google.com/webstore/detail/anonymous-view-for-instag/feadbhaeckfceikjkacclbajkadhhloj
Description View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!
File Size 1.29 MB
Installation Count 10,876
Current Version 1.1.4
Last Updated 2022-06-22
Publish Date 2021-01-27
Rating 4.51/5 Total 96 Ratings
Developer AppCreator
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/stories-space
Supported Languages 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\/*"
    ]
}