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
官方URL 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"
    }
}