Ghost Viewer| Anonymous Stories for Instagram

View Instagram Stories anonymously and privately.

Ghost Viewer| Anonymous Stories for Instagram क्या है?

Ghost Viewer| Anonymous Stories for Instagram GoodApp's द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Instagram Stories anonymously and privately."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ghost Viewer | Anonymous Stories for Instagram keeps your privacy protected. Use my extension to view Stories in Stealth Mode. This is a very simple and reliable extension, install it and it will do the rest.

Features:
- Absolutely anonymous viewing Stories of any users you subscribed to and on all public accounts
- Switching between users within my Viewer
- Preview of Stories of neighbouring users from your feed
- Marking viewed Stories to remember those you have already seen
- Stories feed in the same order as in Instagram which recommends you most interesting users
- Immediate switching between anonymous and normal mode without reloading the page

User guide:
1) Click on pop-up icon in Instagram page and you will see a selector, switch it ON if you would like to see Stories anonymously. 
2) Switch it OFF when you don't need to stay private.
3) Color of the Stories changes depending on what mode is ON. It will help you to stay informed every time.

Note:
In order to activate Ghost Viewer | Anonymous Stories for Instagram after installation please reload your page                    

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

नाम Ghost Viewer| Anonymous Stories for Instagram Ghost Viewer| Anonymous Stories for Instagram
ID cdpeckclhmpcancbdihdfnfcncafaicp
आधिकारिक URL https://chromewebstore.google.com/detail/ghost-viewer-anonymous-st/cdpeckclhmpcancbdihdfnfcncafaicp
विवरण View Instagram Stories anonymously and privately.
फ़ाइल का आकार 142 KB
स्थापना संख्या 13,571
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2022-12-01
रेटिंग 4.14/5 कुल 35 रेटिंग्स
डेवलपर GoodApp's
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/anonymousstoriesforinstagram
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,iw,hi,bn,gu,th,ar,zh-CN,ja,ko
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.1.3",
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "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\/app.js"
            ],
            "css": [
                "\/css\/style.css",
                "photoswipe\/photoswipe.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}