Anonymous Stories for Instagram

View Instagram Stories anonymously and privately.

What is Anonymous Stories for Instagram?

Anonymous Stories for Instagram is a Chrome extension developed by GoodApp's, and its main feature is "View Instagram Stories anonymously and privately.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Anonymous Stories for Instagram Extension CRX File

Download Anonymous Stories for Instagram 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 Stories for Instagram Anonymous Stories for Instagram
ID jfjnkejkfedcgbgloinnkflbcbheohhi
Official URL https://chrome.google.com/webstore/detail/anonymous-stories-for-ins/jfjnkejkfedcgbgloinnkflbcbheohhi
Description View Instagram Stories anonymously and privately.
File Size 70.3 KB
Installation Count 45
Current Version 1.0.1
Last Updated 2022-06-24
Publish Date 2022-05-26
Rating 5.00/5 Total 2 Ratings
Developer GoodApp's
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/anonymousstoriesforinstagram
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/photoswipe\/photoswipe.esm.js",
                "\/photoswipe\/photoswipe-lightbox.esm.js",
                "\/js\/content-script.js"
            ],
            "css": [
                "\/css\/style.css",
                "photoswipe\/photoswipe.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    }
}