Fallen Zuma
Impeach Zuma from the Internet
Cos'è Fallen Zuma?
Fallen Zuma è un'estensione di Chrome sviluppata da https://www.mitchsaid.com, e la sua funzione principale è "Impeach Zuma from the Internet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fallen Zuma
Scarica i file di estensione Fallen Zuma in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ehpggdllcbcbhabfpiknphnndhnniepe |
| URL Ufficiale | https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe |
| Descrizione | Impeach Zuma from the Internet |
| Dimensione del File | 84.43 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-04-22 |
| Data di Pubblicazione | 2016-04-21 |
| Valutazione | 5.00/5 Totale 9 Valutazioni |
| Sviluppatore | https://www.mitchsaid.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.mitchsaid.com/fallenzuma |
| Lingue Supportate | 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"
}
} | |