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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Anitube UX Anitube UX
ID ebhhlfgfgnaedchkniodehmddmihpjio
官方URL 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
}