YouTube Inline Fullscreen

Make the most out of your screen space with a single click!

YouTube Inline Fullscreen là gì?

YouTube Inline Fullscreen là một tiện ích mở rộng Chrome được phát triển bởi doubleyoustew, và tính năng chính của nó là "Make the most out of your screen space with a single click!".

Ả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 YouTube Inline Fullscreen

Tải xuống các tệp mở rộng YouTube Inline Fullscreen 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 offers a windowed fullscreen mode for YouTube. You can toggle it using the extension icon, the dedicated button inside the YouTube player or by using the shortcut by pressing "w".

You can now also scroll down to the comments and related videos. You can toggle the search bar by pressing "s" while you are in fullscreen mode.

Make YouTube videos responsive. No more wasted space around the content you enjoy.

*Note*: Reload YouTube after installing the extension to have the button appear in the player.                    

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

Tên YouTube Inline Fullscreen YouTube Inline Fullscreen
ID mfpkbigjnlcgngkdbmnchfnenfmibkig
URL Chính Thức https://chromewebstore.google.com/detail/youtube-inline-fullscreen/mfpkbigjnlcgngkdbmnchfnenfmibkig
Mô tả Make the most out of your screen space with a single click!
Kích Thước Tệp 21.52 KB
Số Lần Cài Đặt 2,219
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2023-09-27
Ngày Phát Hành 2020-01-23
Đánh Giá 4.17/5 Tổng số 36 Đánh Giá
Nhà Phát Triển doubleyoustew
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",
    "name": "YouTube Inline Fullscreen",
    "version": "1.2.7",
    "description": "Make the most out of your screen space with a single click!",
    "icons": {
        "16": "icons\/fullscreen-16.png",
        "48": "icons\/fullscreen-48.png",
        "128": "icons\/fullscreen-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "ytif_style.css"
            ],
            "js": [
                "ytif_content_script.js"
            ]
        }
    ],
    "action": {
        "default_name": "Fullscreen!",
        "default_icon": "icons\/fullscreen-48.png"
    },
    "manifest_version": 3
}