Anitube UX
Remove ADS from Anitube. Watch your animes without waiting.
什麼是Anitube UX?
Anitube UX是由Erick Tatsui開發的Chrome擴展程式,該擴展的主要功能是“Remove ADS from Anitube. Watch your animes without waiting.”。
擴展截圖
下載Anitube UX擴展crx文件
下載Anitube UX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Assista os animes no Anitube sem ver propagandas em cima dos vídeos e sem esperar a propaganda sair para começar a assistir.
擴展基本資訊
名稱 | |
ID | ebhhlfgfgnaedchkniodehmddmihpjio |
官方網址 | https://chrome.google.com/webstore/detail/anitube-ux/ebhhlfgfgnaedchkniodehmddmihpjio |
簡介 | Remove ADS from Anitube. Watch your animes without waiting. |
檔案大小 | 25.25 KB |
安裝次數 | 49 |
目前版本 | 0.1.1 |
更新時間 | 2015-03-11 |
上架時間 | 2015-03-11 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Erick Tatsui |
付費類型 | free |
支援的語言 | 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 } |