Trump To Chump
Replaces the text 'Trump' with 'Chump'.
什么是Trump To Chump?
Trump To Chump是由Drew Wasem开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Trump' with 'Chump'.”。
扩展截图
下载Trump To Chump扩展crx文件
下载Trump To Chump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Spreading the truth throughout the internet, Donald Trump is a Chump.
扩展基本信息
名称 | |
ID | almlkepgjlmnpndeahbcpinhhdffbech |
官方URL | https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech |
简介 | Replaces the text 'Trump' with 'Chump'. |
文件大小 | 18.68 KB |
安装次数 | 19 |
当前版本 | 1 |
更新时间 | 2015-08-23 |
上架时间 | 2015-08-23 |
评分 | 5.00/5 共2次评分 |
开发者 | Drew Wasem |
付费类型 | free |
扩展官网 | https://github.com/CapeDrew/Trump-To-Chump |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump To Chump", "short_name": "Trump To Chump", "description": "Replaces the text 'Trump' with 'Chump'.", "author": "Andrew R Wasem", "version": "1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |