ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

ShortsFullscreen là gì?

ShortsFullscreen là một tiện ích mở rộng Chrome được phát triển bởi DiAvisoo Solutions, và tính năng chính của nó là "Adds a fullscreen control to YouTube Shorts".

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

Tải xuống các tệp mở rộng ShortsFullscreen 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 fullscreen control to YouTube Shorts.

Just go to a YouTube Shorts video and hover the mouse cursor over a video.
The fullscreen button will appear at the top.

If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!                    

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

Tên ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
URL Chính Thức https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Mô tả Adds a fullscreen control to YouTube Shorts
Kích Thước Tệp 33.68 KB
Số Lần Cài Đặt 1,088
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-09-20
Ngày Phát Hành 2022-09-19
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển DiAvisoo Solutions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://webcapta.in/fs_privacy.txt
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShortsFullscreen",
    "description": "Adds a fullscreen control to YouTube Shorts",
    "version": "0.0.1",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "content_security_policy": []
}