Picture in Picture

Watch video always in floating window

What is Picture in Picture?

Picture in Picture is a Chrome extension developed by sokotovartur, and its main feature is "Watch video always in floating window".

Extension Screenshots

screenshot
screenshot

Download Picture in Picture Extension CRX File

Download Picture in Picture 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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

Extension Basic Information

Name Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
Official URL https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
Description Watch video always in floating window
File Size 24.23 KB
Installation Count 6,000
Current Version 1.6
Last Updated 2022-01-24
Publish Date 2021-02-24
Rating 3.25/5 Total 12 Ratings
Developer sokotovartur
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}