Anitube UX
Remove ADS from Anitube. Watch your animes without waiting.
What is Anitube UX?
Anitube UX is a Chrome extension developed by Erick Tatsui, and its main feature is "Remove ADS from Anitube. Watch your animes without waiting.".
Extension Screenshots
Download Anitube UX Extension CRX File
Download Anitube UX 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
Assista os animes no Anitube sem ver propagandas em cima dos vídeos e sem esperar a propaganda sair para começar a assistir.
Extension Basic Information
Name | |
ID | ebhhlfgfgnaedchkniodehmddmihpjio |
Official URL | https://chrome.google.com/webstore/detail/anitube-ux/ebhhlfgfgnaedchkniodehmddmihpjio |
Description | Remove ADS from Anitube. Watch your animes without waiting. |
File Size | 25.25 KB |
Installation Count | 49 |
Current Version | 0.1.1 |
Last Updated | 2015-03-11 |
Publish Date | 2015-03-11 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Erick Tatsui |
Payment Type | free |
Supported Languages | 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 } |