Picture-in-Picture for ALL Sites

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

What is Picture-in-Picture for ALL Sites?

Picture-in-Picture for ALL Sites is a Chrome extension developed by Jerome Paulos, and its main feature is "Enables picture-in-picture mode, even for sites that have disabled it".

Extension Screenshots

screenshot

Download Picture-in-Picture for ALL Sites Extension CRX File

Download Picture-in-Picture for ALL Sites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Picture-in-Picture for ALL Sites Picture-in-Picture for ALL Sites
ID anmikanblfemkldmaldbhdejcfpodkpd
Official URL https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd
Description Enables picture-in-picture mode, even for sites that have disabled it
File Size 6.47 KB
Installation Count 2,119
Current Version 1.0
Last Updated 2022-04-24
Publish Date 2022-04-23
Rating 4.86/5 Total 7 Ratings
Developer Jerome Paulos
Email [email protected]
Payment Type free
Supported Languages 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
}