YouTube High Definition

This extension is powerful tool that will let you play all videos in HD and change video player size automatically.

YouTube High Definition là gì?

YouTube High Definition là một tiện ích mở rộng Chrome được phát triển bởi https://barisderin.com, và tính năng chính của nó là "This extension is powerful tool that will let you play all videos in HD and change video player size automatically.".

Ả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 YouTube High Definition

Tải xuống các tệp mở rộng YouTube High Definition 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 is a powerful tool that will let you 

* automatically play all videos in HD
* turn off annotations 
* change video player size 
* automatically stop videos 
* auto mute video sound
* have HD support for all other YouTube videos on other external sites like Twitter, Reddit and Facebook.                    

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

Tên YouTube High Definition YouTube High Definition
ID dokdlgjaaaijndfajoknjbelmadhomca
URL Chính Thức https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca
Mô tả This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 118.0.3
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2022-05-31
Đánh Giá 3.79/5 Tổng số 159 Đánh Giá
Nhà Phát Triển https://barisderin.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://barisderin.com/?p=39
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "118.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_page": "popup\/popup.html",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/*",
                "scripts\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}