Fallen Zuma
Impeach Zuma from the Internet
What is Fallen Zuma?
Fallen Zuma is a Chrome extension developed by https://www.mitchsaid.com, and its main feature is "Impeach Zuma from the Internet".
Extension Screenshots
Download Fallen Zuma Extension CRX File
Download Fallen Zuma extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ehpggdllcbcbhabfpiknphnndhnniepe |
Official URL | https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe |
Description | Impeach Zuma from the Internet |
File Size | 84.43 KB |
Installation Count | 29 |
Current Version | 0.1 |
Last Updated | 2016-04-22 |
Publish Date | 2016-04-21 |
Rating | 5.00/5 Total 9 Ratings |
Developer | https://www.mitchsaid.com |
Payment Type | free |
Extension Website | http://www.mitchsaid.com/fallenzuma |
Supported Languages | 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" } } |