Windowed Fullscreen for Videos

Adds a windowed fullscreen button to all videos.

Windowed Fullscreen for Videos là gì?

Windowed Fullscreen for Videos là một tiện ích mở rộng Chrome được phát triển bởi https://napalighost.com, và tính năng chính của nó là "Adds a windowed fullscreen button to all videos.".

Ả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 Windowed Fullscreen for Videos

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

                        Works with most websites that include videos through the HTML5 

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

Tên Windowed Fullscreen for Videos Windowed Fullscreen for Videos
ID bkcghongfpfngpdobomhdehbffibkjlh
URL Chính Thức https://chromewebstore.google.com/detail/windowed-fullscreen-for-v/bkcghongfpfngpdobomhdehbffibkjlh
Mô tả Adds a windowed fullscreen button to all videos.
Kích Thước Tệp 16.39 KB
Số Lần Cài Đặt 849
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2022-06-28
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://napalighost.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.napalighost.com/windowed-fullscreen-for-videos
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Windowed Fullscreen for Videos",
    "version": "1.0.0",
    "description": "Adds a windowed fullscreen button to all videos.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "style.css"
            ],
            "js": [
                "init.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "permissions": [
        "storage"
    ]
}