Insta Stories Anonimus

Insta Stories Anonimus & Unseen for Messenger and Facebook Story

Insta Stories Anonimus क्या है?

Insta Stories Anonimus PDF Convertor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insta Stories Anonimus & Unseen for Messenger and Facebook Story"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Insta Stories Anonimus & Unseen for Messenger and Facebook Story allows you to view posts and messages without revealing your identity and in the case of messages without being seen that you have read the message.
Have you ever wanted to take a look at someone's story on Instagram, but don't want to show that ?

Well, there is a new and safe way to view!!!

Instagram Stories anonymously and it is an absolute change for all your needs not to reveal your identity!

Completely free application is downloaded from the webstore without installation or account creation.
Remain anonymous and do not reveal the fact that you watched a story on instagram or facebook!
We recommend that you set the icon to the right of the browser to have it at hand.
Please leave a review and give a note to the application.                    

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

नाम Insta Stories Anonimus Insta Stories Anonimus
ID ohpjlcphbpkgkchmllaaiieojidhjijg
आधिकारिक URL https://chromewebstore.google.com/detail/insta-stories-anonimus/ohpjlcphbpkgkchmllaaiieojidhjijg
विवरण Insta Stories Anonimus & Unseen for Messenger and Facebook Story
फ़ाइल का आकार 145 KB
स्थापना संख्या 1,596
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-02-28
प्रकाशन तिथि 2021-10-28
रेटिंग 3.90/5 कुल 29 रेटिंग्स
डेवलपर PDF Convertor
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc
समर्थित भाषाएँ id,de,en,en-GB,en-US,fil,fr,nl,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,fi,cs,el,bg,ru,uk,iw,fa,hi,bn,kn-IN,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/golches.com\/recover.html",
                "https:\/\/golches.com\/unfriend.html",
                "https:\/\/golches.com\/"
            ],
            "js": [
                "js\/i.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/golches.com\/message.html"
            ],
            "js": [
                "js\/m.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/t\/*"
            ],
            "js": [
                "js\/ge.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/ho.js"
    ]
}