Fill Window - Youtube

Plays Youtube videos in the entire window

Fill Window - Youtube là gì?

Fill Window - Youtube là một tiện ích mở rộng Chrome được phát triển bởi TT Ext, và tính năng chính của nó là "Plays Youtube videos in the entire window".

Ả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 Fill Window - Youtube

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

                        Adds a button to the corner of your browser that will toggle youtube videos to fill the window.

Advantages: Does not run any code when not in use. Will also work on drive.google.com                    

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

Tên Fill Window - Youtube Fill Window - Youtube
ID ndkhjifkhiepbolnmojnaaghdfdepjof
URL Chính Thức https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof
Mô tả Plays Youtube videos in the entire window
Kích Thước Tệp 13.13 KB
Số Lần Cài Đặt 1,069
Phiên Bản Hiện Tại 0.0.0.10
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2019-04-27
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển TT Ext
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fill Window - Youtube",
    "description": "Plays Youtube videos in the entire window",
    "version": "0.0.0.10",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "commands": [],
    "manifest_version": 3,
    "icons": {
        "128": "red.png"
    },
    "action": {
        "default_title": "Fill Window",
        "default_popup": "window.html",
        "default_icon": "red.png"
    }
}