Hide YouTube title

Renames a YouTube page's title to 'YouTube' when you click the icon

Hide YouTube title là gì?

Hide YouTube title là một tiện ích mở rộng Chrome được phát triển bởi Martin Petersson, và tính năng chính của nó là "Renames a YouTube page's title to 'YouTube' when you click the icon".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide YouTube title

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

                        Simple extension to hide the titles of YouTube videos in the tab.                    

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

Tên Hide YouTube title Hide YouTube title
ID lbhefhicendlbcjaokibgkdfafdblaeb
URL Chính Thức https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb
Mô tả Renames a YouTube page's title to 'YouTube' when you click the icon
Kích Thước Tệp 33.79 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.0.1.1
Cập Nhật Lần Cuối 2022-03-24
Ngày Phát Hành 2022-03-23
Nhà Phát Triển Martin Petersson
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",
    "name": "Hide YouTube title",
    "action": [],
    "manifest_version": 3,
    "version": "1.0.1.1",
    "description": "Renames a YouTube page's title to 'YouTube' when you click the icon",
    "icons": {
        "16": "icons\/peaches16x16.png",
        "32": "icons\/peaches32x32.png",
        "48": "icons\/peaches48x48.png",
        "128": "icons\/peaches128x128.png"
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtu.be\/*"
    ]
}