Insta Ghost

A browser extension for Instagram to read messages and see stories without read receipts or seen.

Insta Ghostとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        Turn on ghost mode on Instagram to anonymously read messages and see stories without the seen receipt 

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

拡張機能の基本情報

名前 Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
公式URL https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
説明 A browser extension for Instagram to read messages and see stories without read receipts or seen.
ファイルサイズ 34.51 KB
インストール数 111
現在のバージョン 1.0
最終更新日 2022-01-17
公開日 2022-01-17
評価 5.00/5 合計 2 レビュー
開発者 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": "1.0",
    "manifest_version": 2,
    "description": "A browser extension for Instagram to read messages and see stories without read receipts or seen.",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_popup": "option.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}