PiP (Picture in Picture)

Use picture-in-picture on any site.

What is PiP (Picture in Picture)?

PiP (Picture in Picture) is a Chrome extension developed by stefan, and its main feature is "Use picture-in-picture on any site.".

Extension Screenshots

screenshot

Download PiP (Picture in Picture) Extension CRX File

Download PiP (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

                        Use picture-in-picture on any site.                    

Extension Basic Information

Name PiP (Picture in Picture) PiP (Picture in Picture)
ID bhelklnnfpjkbmogibhibinnmbffinee
Official URL https://chromewebstore.google.com/detail/pip-picture-in-picture/bhelklnnfpjkbmogibhibinnmbffinee
Description Use picture-in-picture on any site.
File Size 6.83 KB
Installation Count 372
Current Version 1.0
Last Updated 2020-09-01
Publish Date 2020-08-30
Rating 5.00/5 Total 1 Ratings
Developer stefan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PiP (Picture in Picture)",
    "version": "1.0",
    "description": "Use picture-in-picture on any site.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "code.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "images\/logo-16-black.png",
        "48": "images\/logo-48-black.png",
        "128": "images\/logo-128-black.png"
    },
    "offline_enabled": true
}