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
Eメール [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"
    }
}