Anonymous Instagram

Tool to view Instagram stories anonymously.

Anonymous Instagram क्या है?

Anonymous Instagram https://www.invertexto.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to view Instagram stories anonymously."।

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

screenshot

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

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

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

                        To hide your identity, simply install this extension and view the stories. To deactivate it, click on the extension and turn it off. It's as simple as that.

Features:
- Ability to view anonymous stories from private accounts you follow.
- Option to enable or disable without reloading the page.
- Works on your own Instagram, without altering other functionalities.                    

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

नाम Anonymous Instagram Anonymous Instagram
ID djagffgjghpihfffmiomblhinennkkig
आधिकारिक URL https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig
विवरण Tool to view Instagram stories anonymously.
फ़ाइल का आकार 18.74 KB
स्थापना संख्या 356
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2024-01-29
प्रकाशन तिथि 2024-01-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.invertexto.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.invertexto.com/politica-privacidade-extensoes
समर्थित भाषाएँ en,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Instagram An\u00f4nimo"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}