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開發的Chrome擴展程式,該擴展的主要功能是“View Instagram Stories anonymously and privately.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Ghost Viewer| Anonymous Stories for Instagram擴展crx文件

下載Ghost Viewer| Anonymous Stories for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}