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
官方網址 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
}