Anonymous Stories for Instagram

View Instagram Stories anonymously and privately.

什麼是Anonymous Stories for Instagram?

Anonymous Stories for Instagram是由GoodApp's開發的Chrome擴展程式,該擴展的主要功能是“View Instagram Stories anonymously and privately.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Anonymous Stories for Instagram擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Anonymous Stories for Instagram Anonymous Stories for Instagram
ID jfjnkejkfedcgbgloinnkflbcbheohhi
官方網址 https://chrome.google.com/webstore/detail/anonymous-stories-for-ins/jfjnkejkfedcgbgloinnkflbcbheohhi
簡介 View Instagram Stories anonymously and privately.
檔案大小 70.3 KB
安裝次數 45
目前版本 1.0.1
更新時間 2022-06-24
上架時間 2022-05-26
評分 5.00/5 共 2 次評分
開發者 GoodApp's
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/anonymousstoriesforinstagram
支援的語言 en
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.0.1",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "webRequest",
        "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\/content-script.js"
            ],
            "css": [
                "\/css\/style.css",
                "photoswipe\/photoswipe.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    }
}