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 |
官方網址 | 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" } ] } |