Picture-in-Picture for ALL Sites

Enables picture-in-picture mode, even for sites that have disabled it

什麼是Picture-in-Picture for ALL Sites?

Picture-in-Picture for ALL Sites是由Jerome Paulos開發的Chrome擴展程式,該擴展的主要功能是“Enables picture-in-picture mode, even for sites that have disabled it”。

擴展截圖

screenshot

下載Picture-in-Picture for ALL Sites擴展crx文件

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

擴展使用說明

                        This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!                    

擴展基本資訊

名稱 Picture-in-Picture for ALL Sites Picture-in-Picture for ALL Sites
ID anmikanblfemkldmaldbhdejcfpodkpd
官方網址 https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd
簡介 Enables picture-in-picture mode, even for sites that have disabled it
檔案大小 6.47 KB
安裝次數 2,119
目前版本 1.0
更新時間 2022-04-24
上架時間 2022-04-23
評分 4.86/5 共 7 次評分
開發者 Jerome Paulos
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture for ALL Sites",
    "description": "Enables picture-in-picture mode, even for sites that have disabled it",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        },
        "default_title": "Open Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}