Youtube Shorts Plus

Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube

Youtube Shorts Plus là gì?

Youtube Shorts Plus là một tiện ích mở rộng Chrome được phát triển bởi ochengh, và tính năng chính của nó là "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Ả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 Youtube Shorts Plus

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

                        You can hide/show/change to video mode for all the Shorts on Youtube                    

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

Tên Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
URL Chính Thức https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Mô tả Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Kích Thước Tệp 65.33 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2023-02-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ochengh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 3,
    "name": "Youtube Shorts Plus",
    "version": "2.0",
    "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/third\/jquery.min.js",
                "blocker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/image\/16x16.png",
        "32": "\/image\/32x32.png",
        "48": "\/image\/48x48.png",
        "128": "\/image\/128x128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/image\/16x16.png",
            "32": "\/image\/32x32.png",
            "48": "\/image\/48x48.png",
            "128": "\/image\/128x128.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}