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!

Anonymous View for Instagram Stories क्या है?

Anonymous View for Instagram Stories AppCreator द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anonymous View for Instagram Stories एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Anonymous View for Instagram Stories Anonymous View for Instagram Stories
ID feadbhaeckfceikjkacclbajkadhhloj
आधिकारिक URL https://chrome.google.com/webstore/detail/anonymous-view-for-instag/feadbhaeckfceikjkacclbajkadhhloj
विवरण View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!
फ़ाइल का आकार 1.29 MB
स्थापना संख्या 10,876
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2022-06-22
प्रकाशन तिथि 2021-01-27
रेटिंग 4.51/5 कुल 96 रेटिंग्स
डेवलपर AppCreator
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/stories-space
समर्थित भाषाएँ 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\/*"
    ]
}