Insta Ghost

A browser extension for Instagram to read messages and see stories without read receipts or seen.

Insta Ghost क्या है?

Insta Ghost http://ashish.link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension for Instagram to read messages and see stories without read receipts or seen."।

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

screenshot

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

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

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

                        Turn on ghost mode on Instagram to anonymously read messages and see stories without the seen receipt 

*The extension does not read or intercept any of your data.                    

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

नाम Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
आधिकारिक URL https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
विवरण A browser extension for Instagram to read messages and see stories without read receipts or seen.
फ़ाइल का आकार 34.51 KB
स्थापना संख्या 111
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-01-17
प्रकाशन तिथि 2022-01-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://ashish.link
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ashish-r/insta-ghost
सहायता पृष्ठ URL https://github.com/ashish-r/insta-ghost/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Ghost",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A browser extension for Instagram to read messages and see stories without read receipts or seen.",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_popup": "option.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}