Picture in Picture

Enables Picture in Picture mode on Youtube and other sites on Chrome browser

Picture in Picture là gì?

Picture in Picture là một tiện ích mở rộng Chrome được phát triển bởi Picture in Picture, và tính năng chính của nó là "Enables Picture in Picture mode on Youtube and other sites on Chrome browser".

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

screenshot
screenshot
screenshot

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

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

                        Now stream your favourite movies, series or sports on any tab. Install Picture in Picture chrome extension to enable the floating video. We support this feature on every streaming site. 

Here is how to use Picture in Picture Extension
>>Visit Youtube or any streaming site which plays the video
>>Click on the Picture in Picture extension icon
>>Then it will minimize the video size and keep it in the bottom right corner
>>Now visit any other tab of your choice and the picture in picture will be active anywhere
>>Feel free to drag wherever you want on the screen and you can either increase or decrease the minimized video dimensions

version 2.0.0
>> Now working for videos embedded
>> Added support for dailymotion
>> Added support for Disney+ hotstar

Version 1.0.0
>> Bug fixes on anime-planet and crunchyroll websites                    

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

Tên Picture in Picture Picture in Picture
ID hjbbfikgfdpfaabifikbadhgmofabpam
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture/hjbbfikgfdpfaabifikbadhgmofabpam
Mô tả Enables Picture in Picture mode on Youtube and other sites on Chrome browser
Kích Thước Tệp 6.33 KB
Số Lần Cài Đặt 90,182
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2024-01-07
Ngày Phát Hành 2021-12-26
Đánh Giá 4.11/5 Tổng số 35 Đánh Giá
Nhà Phát Triển Picture in Picture
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1KzWrZ1Yvd-fXeFaxFJs1GqeQZpuIB1-uPdi7vL-M3-4/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "2.1.1",
    "description": "Enables Picture in Picture mode on Youtube and other sites on Chrome browser",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "inactive.png"
    },
    "manifest_version": 2
}