Picture-in-Picture for Youtube

Activates the Picture-in-Picture button and other useful features.

Picture-in-Picture for Youtube là gì?

Picture-in-Picture for Youtube là một tiện ích mở rộng Chrome được phát triển bởi Super Zombi, và tính năng chính của nó là "Activates the Picture-in-Picture button and other useful features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Picture-in-Picture for Youtube

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

                        Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.                    

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

Tên Picture-in-Picture for Youtube Picture-in-Picture for Youtube
ID choemllnhinpmdednemjdpbaolkpnhck
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck
Mô tả Activates the Picture-in-Picture button and other useful features.
Kích Thước Tệp 786 KB
Số Lần Cài Đặt 396
Phiên Bản Hiện Tại 2.4.11
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2023-08-30
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Super Zombi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SuperZombi/Picture-in-Picture-for-Youtube
URL Trang Trợ Giúp https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.11",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "menu\/options.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "menu\/options.html"
    },
    "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube",
    "minimum_chrome_version": "107.0.5304.87"
}