Picture-in-Picture YouTube - Netflix and more

Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.

什麼是Picture-in-Picture YouTube - Netflix and more?

Picture-in-Picture YouTube - Netflix and more是由barreiro01919開發的Chrome擴展程式,該擴展的主要功能是“Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.”。

擴展截圖

screenshot

下載Picture-in-Picture YouTube - Netflix and more擴展crx文件

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

擴展使用說明

                        Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime,  Disney Plus, and Hulu will work!                    

擴展基本資訊

名稱 Picture-in-Picture YouTube - Netflix and more Picture-in-Picture YouTube - Netflix and more
ID ahdijafdcpkcefendeaobodkfjcmphac
官方網址 https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac
簡介 Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
檔案大小 6.21 KB
安裝次數 2,156
目前版本 1.0.6
更新時間 2023-07-25
上架時間 2020-12-03
評分 3.59/5 共 29 次評分
開發者 barreiro01919
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/extensions-privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture YouTube - Netflix and more",
    "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}