Insta Ghost

A browser extension for Instagram to see stories without seen.

Insta Ghostとは何ですか?

Insta Ghostはhttp://ashish.linkによって開発されたChromeの拡張機能で、その主な機能は「A browser extension for Instagram to see stories without seen.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Turn on ghost mode on Instagram to anonymously check stories without the seen receipt 

*The extension does not read or intercept any of your data.                    

拡張機能の基本情報

名前 Insta Ghost Insta Ghost
ID pckckmnmgnllnclbpcmmbgindodofdia
公式URL https://chrome.google.com/webstore/detail/insta-ghost/pckckmnmgnllnclbpcmmbgindodofdia
説明 A browser extension for Instagram to see stories without seen.
ファイルサイズ 33.36 KB
インストール数 63
現在のバージョン 2.0
最終更新日 2023-05-29
公開日 2023-05-29
評価 5.00/5 合計 1 レビュー
開発者 http://ashish.link
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ashish-r/insta-ghost
ヘルプページのURL https://github.com/ashish-r/insta-ghost/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Ghost",
    "version": "2.0",
    "manifest_version": 3,
    "description": "A browser extension for Instagram to see stories without seen.",
    "background": {
        "service_worker": "script.js"
    },
    "action": {
        "default_icon": {
            "16": "logo\/logo16.png",
            "48": "logo\/logo48.png",
            "128": "logo\/logo128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}