yttwthmode

Twitch-like theater mode for Youtube livestreams and archives.

yttwthmode là gì?

yttwthmode là một tiện ích mở rộng Chrome được phát triển bởi maquinas, và tính năng chính của nó là "Twitch-like theater mode for Youtube livestreams and archives.".

Ả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 yttwthmode

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

                        Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size.

Source available at https://github.com/maquinas07/yttwthmode/                    

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

Tên yttwthmode yttwthmode
ID ahnanfplkklemnpbjcgheicpcnodmjji
URL Chính Thức https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji
Mô tả Twitch-like theater mode for Youtube livestreams and archives.
Kích Thước Tệp 44.22 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 1.3.10
Cập Nhật Lần Cuối 2024-01-14
Ngày Phát Hành 2021-03-09
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển maquinas
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/maquinas07/yttwthmode
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "yttwthmode",
    "version": "1.3.10",
    "description": "Twitch-like theater mode for Youtube livestreams and archives.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "dist\/popup\/popup.html",
        "default_icon": {
            "128": "dist\/img\/logo_128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "dist\/img\/logo_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}"
        }
    }
}