Browser Ghost

Invite a ghost to haunt your browser

Browser Ghostとは何ですか?

Browser Ghostはmrodigheriによって開発されたChromeの拡張機能で、その主な機能は「Invite a ghost to haunt your browser」です。

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

screenshot

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

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

拡張機能の使用方法

                        Bring a friendly ghost to your browser for sporadic, brief moments. You never know when or where he'll pop up! He's here and then he's gone...                    

拡張機能の基本情報

名前 Browser Ghost Browser Ghost
ID pgkfdknjaidahdoiodilffcnafbfffjo
公式URL https://chromewebstore.google.com/detail/browser-ghost/pgkfdknjaidahdoiodilffcnafbfffjo
説明 Invite a ghost to haunt your browser
ファイルサイズ 450 KB
インストール数 10,163
現在のバージョン 1.2.2
最終更新日 2018-11-12
公開日 2018-11-11
評価 3.00/5 合計 22 レビュー
開発者 mrodigheri
支払い方法 free
拡張機能のウェブサイト http://www.mattrodigheri.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Ghost",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Invite a ghost to haunt your browser",
    "homepage_url": "http:\/\/www.mattrodigheri.com",
    "icons": {
        "16": "ghost16.png",
        "48": "ghost48.png",
        "128": "ghost.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}