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
公式URL 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
Eメール [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\/*"
    ]
}