Anitube UX
Remove ADS from Anitube. Watch your animes without waiting.
Wat is Anitube UX?
Anitube UX is een Chrome-extensie ontwikkeld door Erick Tatsui, en de belangrijkste functie is "Remove ADS from Anitube. Watch your animes without waiting.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anitube UX
Download Anitube UX-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
Assista os animes no Anitube sem ver propagandas em cima dos vídeos e sem esperar a propaganda sair para começar a assistir.
Basisinformatie over de Extensie
Naam | |
ID | ebhhlfgfgnaedchkniodehmddmihpjio |
Officiële URL | https://chrome.google.com/webstore/detail/anitube-ux/ebhhlfgfgnaedchkniodehmddmihpjio |
Beschrijving | Remove ADS from Anitube. Watch your animes without waiting. |
Bestandsgrootte | 25.25 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2015-03-11 |
Publicatiedatum | 2015-03-11 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Erick Tatsui |
Betalingswijze | free |
Ondersteunde Talen | 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 } |