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" } ] } |