Anitube UX
Remove ADS from Anitube. Watch your animes without waiting.
Cos'è Anitube UX?
Anitube UX è un'estensione di Chrome sviluppata da Erick Tatsui, e la sua funzione principale è "Remove ADS from Anitube. Watch your animes without waiting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anitube UX
Scarica i file di estensione Anitube UX 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
Assista os animes no Anitube sem ver propagandas em cima dos vídeos e sem esperar a propaganda sair para começar a assistir.
Informazioni di Base sull'Estensione
Nome | |
ID | ebhhlfgfgnaedchkniodehmddmihpjio |
URL Ufficiale | https://chrome.google.com/webstore/detail/anitube-ux/ebhhlfgfgnaedchkniodehmddmihpjio |
Descrizione | Remove ADS from Anitube. Watch your animes without waiting. |
Dimensione del File | 25.25 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2015-03-11 |
Data di Pubblicazione | 2015-03-11 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Erick Tatsui |
Tipo di Pagamento | free |
Lingue Supportate | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anitube UX", "description": "Remove ADS from Anitube. Watch your animes without waiting.", "version": "0.1.1", "permissions": [ "activeTab", "webNavigation", "*:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Anitube UX" }, "manifest_version": 2 } |