Better PiP

Watch your favorite content using Picture-in-Picture

What is Better PiP?

Better PiP is a Chrome extension developed by Linus S, and its main feature is "Watch your favorite content using Picture-in-Picture".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Better PiP Extension CRX File

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

                        You can watch any of your favorite content in Picture in Picture (or PiP). 
If you only have one monitor, this makes it much easier to watch your content without taking up valuable screen space.

It Supports:
• YouTube
• Twitch
• Newgrounds
• Tubi
• Most Other Sites                    

Extension Basic Information

Name Better PiP Better PiP
ID nnpikangkapplbfgeniaapbmifpkfomn
Official URL https://chromewebstore.google.com/detail/better-pip/nnpikangkapplbfgeniaapbmifpkfomn
Description Watch your favorite content using Picture-in-Picture
File Size 6.18 KB
Installation Count 126
Current Version 0.1.2
Last Updated 2023-06-13
Publish Date 2021-05-19
Rating 3.50/5 Total 2 Ratings
Developer Linus S
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better PiP",
    "description": "Watch your favorite content using Picture-in-Picture",
    "version": "0.1.2",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}