Bubber-O-Matic

Replaces all images with images of Bubber.

Bubber-O-Maticとは何ですか?

Bubber-O-MaticはNull4Presidentによって開発されたChromeの拡張機能で、その主な機能は「Replaces all images with images of Bubber.」です。

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

screenshot

Bubber-O-Matic拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        May cause issues when browsing SSL secured websites.                    

拡張機能の基本情報

名前 Bubber-O-Matic Bubber-O-Matic
ID ogljgmfneplhjbcahmekaeichmngdmpd
公式URL https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd
説明 Replaces all images with images of Bubber.
ファイルサイズ 82.45 KB
インストール数 21
現在のバージョン 1.0.1
最終更新日 2013-09-08
公開日 2013-09-08
評価 5.00/5 合計 2 レビュー
開発者 Null4President
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Null4President",
    "name": "Bubber-O-Matic",
    "description": "Replaces all images with images of Bubber.",
    "icons": {
        "16": "Icon_16.png",
        "48": "Icon_48.png",
        "128": "Icon_128.png"
    },
    "version": "1.0.1",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}