YT TV Access AD FREE

Unlocking access to Youtube For TV In Chrome without any ads or popups

YT TV Access AD FREE là gì?

YT TV Access AD FREE là một tiện ích mở rộng Chrome được phát triển bởi anthogoz, và tính năng chính của nó là "Unlocking access to Youtube For TV In Chrome without any ads or popups".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YT TV Access AD FREE

Tải xuống các tệp mở rộng YT TV Access AD FREE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension allows you to access Youtube for TV without any ads !

You just need to install the extension and access https://www.youtube.com/tv and it will work

YouTube™ is a trademark of Google Inc.

YT TV Access AD FREE is not affiliated with YouTube.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YT TV Access AD FREE YT TV Access AD FREE
ID mhdohfkgodnbmidaegemhdapjdmiaofm
URL Chính Thức https://chrome.google.com/webstore/detail/yt-tv-access-ad-free/mhdohfkgodnbmidaegemhdapjdmiaofm
Mô tả Unlocking access to Youtube For TV In Chrome without any ads or popups
Kích Thước Tệp 84.37 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-11-29
Ngày Phát Hành 2021-11-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển anthogoz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YT TV Access AD FREE",
    "short_name": "yttv-access",
    "description": "Unlocking access to Youtube For TV In Chrome without any ads or popups",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "18": "icons\/18.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "36": "icons\/36.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}