Trump To Butt
Replaces the text 'Trump' with 'Butt'.
什么是Trump To Butt?
Trump To Butt是由timetoplatypus开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Trump' with 'Butt'.”。
扩展截图
下载Trump To Butt扩展crx文件
下载Trump To Butt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces "Donald Trump" with "Donald Butt" on each webpage you visit. 扩展基本信息
| 名称 | |
| ID | hmnfdkchaobhibkmhndamnoajecjllgn |
| 官方URL | https://chromewebstore.google.com/detail/trump-to-butt/hmnfdkchaobhibkmhndamnoajecjllgn |
| 简介 | Replaces the text 'Trump' with 'Butt'. |
| 文件大小 | 56.77 KB |
| 安装次数 | 62 |
| 当前版本 | 3.0 |
| 更新时间 | 2016-01-03 |
| 上架时间 | 2016-01-03 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | timetoplatypus |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump To Butt",
"version": "3.0",
"description": "Replaces the text 'Trump' with 'Butt'.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |