Bumpercar Candysnatch
Replaces Benedict Cumberbatch with silly names
Bumpercar Candysnatchとは何ですか?
Bumpercar CandysnatchはViktor Sečによって開発されたChromeの拡張機能で、その主な機能は「Replaces Benedict Cumberbatch with silly names」です。
拡張機能のスクリーンショット
Bumpercar Candysnatch拡張機能のCRXファイルをダウンロード
Bumpercar Candysnatch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inspiration and original substitutions come from the following AskReddit thread: https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/ Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch
拡張機能の基本情報
名前 | |
ID | gfgeflpiolnadakikfnhlmlmnbmadbaj |
公式URL | https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj |
説明 | Replaces Benedict Cumberbatch with silly names |
ファイルサイズ | 5.02 KB |
インストール数 | 41 |
現在のバージョン | 0.1.2 |
最終更新日 | 2016-11-12 |
公開日 | 2016-11-12 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Viktor Seč |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/viktorsec/bumpercar-candysnatch |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bumpercar Candysnatch", "description": "Replaces Benedict Cumberbatch with silly names", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |