Trump to Duck
Replaces 'Donald Trump' with 'Donald Duck' on all websites.
什么是Trump to Duck?
Trump to Duck是由Melvin开发的Chrome扩展程序,该扩展的主要功能是“Replaces 'Donald Trump' with 'Donald Duck' on all websites.”。
扩展截图
下载Trump to Duck扩展crx文件
下载Trump to Duck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make the internet great again with this extension that replaces all text occurrences of Donald Trump with Donald Duck.
扩展基本信息
名称 | Trump to Duck |
ID | pjkmmjikebglpgmjajabpdnkbnliobca |
官方URL | https://chromewebstore.google.com/detail/trump-to-duck/pjkmmjikebglpgmjajabpdnkbnliobca |
简介 | Replaces 'Donald Trump' with 'Donald Duck' on all websites. |
文件大小 | 3.36 KB |
安装次数 | 25 |
当前版本 | 1.0 |
更新时间 | 2016-11-09 |
上架时间 | 2016-11-09 |
评分 | 5.00/5 共1次评分 |
开发者 | Melvin |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Duck", "version": "1.0", "description": "Replaces 'Donald Trump' with 'Donald Duck' on all websites.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |