Picture-in-Picture YouTube - Netflix and more

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

What is Picture-in-Picture YouTube - Netflix and more?

Picture-in-Picture YouTube - Netflix and more is a Chrome extension developed by barreiro01919, and its main feature is "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.".

Extension Screenshots

screenshot

Download Picture-in-Picture YouTube - Netflix and more Extension CRX File

Download Picture-in-Picture YouTube - Netflix and more 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

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

Extension Basic Information

Name Picture-in-Picture YouTube - Netflix and more Picture-in-Picture YouTube - Netflix and more
ID ahdijafdcpkcefendeaobodkfjcmphac
Official URL https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac
Description Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
File Size 6.21 KB
Installation Count 2,156
Current Version 1.0.6
Last Updated 2023-07-25
Publish Date 2020-12-03
Rating 3.59/5 Total 29 Ratings
Developer barreiro01919
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/extensions-privacy
Supported Languages 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
}