Trump To Voldemort
Replaces the text 'Donald Trump' with 'Voldemort'.
什么是Trump To Voldemort?
Trump To Voldemort是由trumptovoldemort开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Donald Trump' with 'Voldemort'.”。
扩展截图
下载Trump To Voldemort扩展crx文件
下载Trump To Voldemort扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the text 'Donald Trump' with 'Vodemort' in certain contexts. 扩展基本信息
| 名称 | |
| ID | ojdkllbbbcpnmcohgpbbhonbnijfioja |
| 官方URL | https://chromewebstore.google.com/detail/trump-to-voldemort/ojdkllbbbcpnmcohgpbbhonbnijfioja |
| 简介 | Replaces the text 'Donald Trump' with 'Voldemort'. |
| 文件大小 | 3.41 KB |
| 安装次数 | 349 |
| 当前版本 | 1.2 |
| 更新时间 | 2015-12-10 |
| 上架时间 | 2015-12-09 |
| 评分 | 4.90/5 共21次评分 |
| 开发者 | trumptovoldemort |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump To Voldemort",
"version": "1.2",
"description": "Replaces the text 'Donald Trump' with 'Voldemort'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |