Duckify
This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
什么是Duckify?
Duckify是由devon.wieczorek93开发的Chrome扩展程序,该扩展的主要功能是“This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!”。
扩展截图
下载Duckify扩展crx文件
下载Duckify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of your news pages being filled with America's most villainous Presidential Candidate? Duckify allows you to remove any instance of him from the web and replace it with everyone's favorite duck! New version includes image swap and updated search criteria. Feel free to contact me with any suggestions or feedback! (Developer feedback is especially helpful). Of course, if you'd like to modify this extension or build on top of it, hack away!
扩展基本信息
名称 | |
ID | afjeijkfobmcgjpflphnpcbbflkjipll |
官方URL | https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll |
简介 | This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too! |
文件大小 | 89.47 KB |
安装次数 | 14 |
当前版本 | 1.1 |
更新时间 | 2016-07-11 |
上架时间 | 2016-07-11 |
开发者 | devon.wieczorek93 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duckify", "description": "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Duckify" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.0.0.js", "text.js", "image.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "webNavigation", "*:\/\/*\/*" ] } |