Fallen Zuma
Impeach Zuma from the Internet
什么是Fallen Zuma?
Fallen Zuma是由https://www.mitchsaid.com开发的Chrome扩展程序,该扩展的主要功能是“Impeach Zuma from the Internet”。
扩展截图
下载Fallen Zuma扩展crx文件
下载Fallen Zuma扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen. Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way.
扩展基本信息
名称 | |
ID | ehpggdllcbcbhabfpiknphnndhnniepe |
官方URL | https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe |
简介 | Impeach Zuma from the Internet |
文件大小 | 84.43 KB |
安装次数 | 29 |
当前版本 | 0.1 |
更新时间 | 2016-04-22 |
上架时间 | 2016-04-21 |
评分 | 5.00/5 共9次评分 |
开发者 | https://www.mitchsaid.com |
付费类型 | free |
扩展官网 | http://www.mitchsaid.com/fallenzuma |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fallen Zuma", "description": "Impeach Zuma from the Internet", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "animate.css" ], "js": [ "jquery-2.2.2.min.js", "jquery.blast.min.js", "wow.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |