Some Circus Clown
An extension that replaces 'Ben Carson' with 'some circus clown'
Some Circus Clownとは何ですか?
Some Circus Clownはkathleenburk08によって開発されたChromeの拡張機能で、その主な機能は「An extension that replaces 'Ben Carson' with 'some circus clown'」です。
拡張機能のスクリーンショット
Some Circus Clown拡張機能のCRXファイルをダウンロード
Some Circus Clown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that replaces 'Ben Carson' with 'some circus clown' Version 1.0 Refactored code Version 0.2 Working code! Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'. Version 0.1 Test run, not working
拡張機能の基本情報
名前 | Some Circus Clown |
ID | iaamcepimkmnknomgcodjeihafpnfhmf |
公式URL | https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf |
説明 | An extension that replaces 'Ben Carson' with 'some circus clown' |
ファイルサイズ | 34.78 KB |
インストール数 | 14 |
現在のバージョン | 1.0 |
最終更新日 | 2015-11-09 |
公開日 | 2015-11-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kathleenburk08 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Circus Clown", "description": "An extension that replaces 'Ben Carson' with 'some circus clown'", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |