Anonymous View for Instagram Stories

View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!

什麼是Anonymous View for Instagram Stories?

Anonymous View for Instagram Stories是由AppCreator開發的Chrome擴展程式,該擴展的主要功能是“View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Anonymous View for Instagram Stories擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Anonymous View for Instagram Stories Anonymous View for Instagram Stories
ID feadbhaeckfceikjkacclbajkadhhloj
官方網址 https://chrome.google.com/webstore/detail/anonymous-view-for-instag/feadbhaeckfceikjkacclbajkadhhloj
簡介 View Instagram Stories anonymously and stay private. Watch Stories and the author will never know you did it. Stay invisible!
檔案大小 1.29 MB
安裝次數 10,876
目前版本 1.1.4
更新時間 2022-06-22
上架時間 2021-01-27
評分 4.51/5 共 96 次評分
開發者 AppCreator
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/stories-space
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.4",
    "default_locale": "en",
    "icons": {
        "256": "img\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "css\/*",
        "img\/*"
    ]
}