YTV Ad Blocker

Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker

什么是YTV Ad Blocker?

YTV Ad Blocker是由Frosty开发的Chrome扩展程序,该扩展的主要功能是“Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker”。

扩展截图

screenshot

下载YTV Ad Blocker扩展crx文件

下载YTV Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Youtube TV is awesome, but some of the channels have too many ads. This extension blocks those ads and allows you to see what you paid to see. 

If there are any issues, report there here, and we will fix them ASAP.                    

扩展基本信息

名称 YTV Ad Blocker YTV Ad Blocker
ID kdcnhloaackdhhgjmnhahjckiimcndcb
官方URL https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb
简介 Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
文件大小 22.15 KB
安装次数 213
当前版本 1.0
更新时间 2020-07-05
上架时间 2020-07-05
评分 2.00/5 共4次评分
开发者 Frosty
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/aaronfrost/youtubetv-adblocker
帮助页面URL https://github.com/aaronfrost/youtubetv-adblocker/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YTV Ad Blocker",
    "version": "1.0",
    "description": "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/ytvab-16.png",
        "32": "images\/ytvab-32.png",
        "48": "images\/ytvab-48.png",
        "128": "images\/ytvab-128.png"
    },
    "manifest_version": 2
}