Picture in Picture

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

什麼是Picture in Picture?

Picture in Picture是由Picture in Picture開發的Chrome擴展程式,該擴展的主要功能是“Enables Picture in Picture mode on Youtube and other sites on Chrome browser”。

擴展截圖

screenshot
screenshot
screenshot

下載Picture in Picture擴展crx文件

下載Picture in Picture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Picture in Picture Picture in Picture
ID hjbbfikgfdpfaabifikbadhgmofabpam
官方網址 https://chromewebstore.google.com/detail/picture-in-picture/hjbbfikgfdpfaabifikbadhgmofabpam
簡介 Enables Picture in Picture mode on Youtube and other sites on Chrome browser
檔案大小 6.33 KB
安裝次數 90,182
目前版本 2.1.1
更新時間 2024-01-07
上架時間 2021-12-26
評分 4.11/5 共 35 次評分
開發者 Picture in Picture
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1KzWrZ1Yvd-fXeFaxFJs1GqeQZpuIB1-uPdi7vL-M3-4/edit?usp=sharing
支援的語言 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
}