remove YouTube TV button

removes 'play on TV' button on YouTube

remove YouTube TV button là gì?

remove YouTube TV button là một tiện ích mở rộng Chrome được phát triển bởi Sveagruva, và tính năng chính của nó là "removes 'play on TV' button on YouTube".

Ả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 remove YouTube TV button

Tải xuống các tệp mở rộng remove YouTube TV button 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

                        'play on TV' button is annoying element of YouTube and also is kind of dangerous. You no longer need to worry about accidentally pressing that button because it doesn't exist anymore after installing this extension.

==============

0.1.3 update fixes 'play on TV' button for youtube redesign

clicking no longer disables extension. if you see green checkmark it will perform same action as it did in 0.1.2.                    

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

Tên remove YouTube TV button remove YouTube TV button
ID lcblinegofgihklfnclgedlfcolbacpl
URL Chính Thức https://chromewebstore.google.com/detail/remove-youtube-tv-button/lcblinegofgihklfnclgedlfcolbacpl
Mô tả removes 'play on TV' button on YouTube
Kích Thước Tệp 27.89 KB
Số Lần Cài Đặt 3,748
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2022-11-09
Ngày Phát Hành 2020-12-15
Đánh Giá 4.91/5 Tổng số 56 Đánh Giá
Nhà Phát Triển Sveagruva
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sveagruva/remove_youtube_tv_button
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.3",
    "name": "__MSG_name__",
    "description": "__MSG_app_description__",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/16_disabled.png",
        "48": "icons\/48_disabled.png",
        "128": "icons\/128_disabled.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/sveagruva\/remove_youtube_tv_button",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16_disabled.png",
            "48": "icons\/48_disabled.png",
            "128": "icons\/128_disabled.png"
        }
    }
}