Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

Responsive YouTube là gì?

Responsive YouTube là một tiện ích mở rộng Chrome được phát triển bởi Blaise Kal, và tính năng chính của nó là "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

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

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

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

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

Tên Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
URL Chính Thức https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
Mô tả Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Kích Thước Tệp 6.43 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2018-02-23
Ngày Phát Hành 2018-02-23
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Blaise Kal
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": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}