Trumpisms
Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
什么是Trumpisms?
Trumpisms是由CaseySoftware开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.”。
扩展截图
下载Trumpisms扩展crx文件
下载Trumpisms扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces various words with President Trump's preferred nicknames. Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary" Enjoy!
扩展基本信息
名称 | Trumpisms |
ID | feabnchiknilhgjblocljbhpcmdaiplc |
官方URL | https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc |
简介 | Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension. |
文件大小 | 208 KB |
安装次数 | 11 |
当前版本 | 1.0.1 |
更新时间 | 2017-05-25 |
上架时间 | 2017-05-24 |
评分 | 4.86/5 共7次评分 |
开发者 | CaseySoftware |
付费类型 | free |
帮助页面URL | https://github.com/caseysoftware/trumpisms |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpisms", "version": "1.0.1", "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "icons": { "48": "images\/laugh-48.png", "128": "images\/laugh-128.png" } } |