Donald Trump Is An Actual Circus Clown
Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Donald Trump Is An Actual Circus Clownとは何ですか?
Donald Trump Is An Actual Circus Clownはsatellytehyeによって開発されたChromeの拡張機能で、その主な機能は「Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.」です。
拡張機能のスクリーンショット
Donald Trump Is An Actual Circus Clown拡張機能のCRXファイルをダウンロード
Donald Trump Is An Actual Circus Clown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.
拡張機能の基本情報
名前 | Donald Trump Is An Actual Circus Clown |
ID | kohnonlalhadnjpmjcdebkdpbfmplmed |
公式URL | https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed |
説明 | Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'. |
ファイルサイズ | 18.99 KB |
インストール数 | 50 |
現在のバージョン | 0.1 |
最終更新日 | 2015-12-08 |
公開日 | 2015-12-08 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | satellytehye |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump Is An Actual Circus Clown", "short_name": "Trump2Clown", "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.", "version": "0.1", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |