Benedict Cumberbatch

This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.

Benedict Cumberbatchとは何ですか?

Benedict CumberbatchはAfalによって開発されたChromeの拡張機能で、その主な機能は「This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Benedict Cumberbatch Benedict Cumberbatch
ID bhhakmjlmcijlidmjjhhkldkhdljgldg
公式URL https://chrome.google.com/webstore/detail/benedict-cumberbatch/bhhakmjlmcijlidmjjhhkldkhdljgldg
説明 This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.
ファイルサイズ 12.32 KB
インストール数 37
現在のバージョン 1.0
最終更新日 2015-08-23
公開日 2015-08-23
評価 4.77/5 合計 13 レビュー
開発者 Afal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Benedict Cumberbatch",
    "description": "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.",
    "version": "1.0",
    "icons": {
        "128": "benedict.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}