Anonymous Instagram

Tool to view Instagram stories anonymously.

Anonymous Instagramとは何ですか?

Anonymous Instagramはhttps://www.invertexto.comによって開発されたChromeの拡張機能で、その主な機能は「Tool to view Instagram stories anonymously.」です。

拡張機能のスクリーンショット

screenshot

Anonymous Instagram拡張機能のCRXファイルをダウンロード

Anonymous Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        To hide your identity, simply install this extension and view the stories. To deactivate it, click on the extension and turn it off. It's as simple as that.

Features:
- Ability to view anonymous stories from private accounts you follow.
- Option to enable or disable without reloading the page.
- Works on your own Instagram, without altering other functionalities.                    

拡張機能の基本情報

名前 Anonymous Instagram Anonymous Instagram
ID djagffgjghpihfffmiomblhinennkkig
公式URL https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig
説明 Tool to view Instagram stories anonymously.
ファイルサイズ 18.74 KB
インストール数 356
現在のバージョン 1.0.0
最終更新日 2024-01-29
公開日 2024-01-29
評価 5.00/5 合計 1 レビュー
開発者 https://www.invertexto.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.invertexto.com/politica-privacidade-extensoes
対応言語 en,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Instagram An\u00f4nimo"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}