Fallen Zuma
Impeach Zuma from the Internet
Wat is Fallen Zuma?
Fallen Zuma is een Chrome-extensie ontwikkeld door https://www.mitchsaid.com, en de belangrijkste functie is "Impeach Zuma from the Internet".
Extensie Screenshots
Download het CRX-bestand van de extensie Fallen Zuma
Download Fallen Zuma-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ehpggdllcbcbhabfpiknphnndhnniepe |
Officiële URL | https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe |
Beschrijving | Impeach Zuma from the Internet |
Bestandsgrootte | 84.43 KB |
Aantal Installaties | 29 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-04-22 |
Publicatiedatum | 2016-04-21 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://www.mitchsaid.com |
Betalingswijze | free |
Extensiewebsite | http://www.mitchsaid.com/fallenzuma |
Ondersteunde Talen | 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" } } |