Chrome PIP

Activate Picture-in-Picture

Chrome PIP là gì?

Chrome PIP là một tiện ích mở rộng Chrome được phát triển bởi Liam Newmarch, và tính năng chính của nó là "Activate Picture-in-Picture".

Ả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 Chrome PIP

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

                        A Chrome extension to activate Picture-in-Picture.

This is useful in situations where:

* The media menu in Chrome is not visible – this is the case with Progressive Web Apps.
* The website has set the `disablePictureInPicture` attribute on a video which this extension removes.                    

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

Tên Chrome PIP Chrome PIP
ID jakfcfljbcjkchopdcdbaonfphljgnbp
URL Chính Thức https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp
Mô tả Activate Picture-in-Picture
Kích Thước Tệp 9.38 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 2022.01.25
Cập Nhật Lần Cuối 2022-01-28
Ngày Phát Hành 2022-01-27
Nhà Phát Triển Liam Newmarch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome PIP",
    "description": "Activate Picture-in-Picture",
    "version": "2022.01.25",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Activate Picture-in-Picture"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "1024": "\/icons\/1024.png",
        "512": "\/icons\/512.png",
        "128": "\/icons\/128.png",
        "48": "\/icons\/48.png",
        "32": "\/icons\/32.png",
        "16": "\/icons\/16.png"
    }
}