Multiple PiP Changer

During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.

What is Multiple PiP Changer?

Multiple PiP Changer is a Chrome extension developed by https://gaerae.com, and its main feature is "During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.".

Extension Screenshots

screenshot
screenshot

Download Multiple PiP Changer Extension CRX File

Download Multiple PiP Changer 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

                        During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.

Supports Picture-in-Picture functionality to YouTube, Netflix, Amazon Video, Twitch, and more!

Keyboard shortcut: Alt + P (⌥ + P on macOS)                    

Extension Basic Information

Name Multiple PiP Changer Multiple PiP Changer
ID heecooojlcebffhjpmipceockeamgohd
Official URL https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd
Description During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
File Size 33.32 KB
Installation Count 812
Current Version 1.0
Last Updated 2020-09-04
Publish Date 2020-09-02
Rating 2.50/5 Total 2 Ratings
Developer https://gaerae.com
Email [email protected]
Payment Type free
Extension Website https://github.com/gaerae/multiple-pip-changer
Supported Languages en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0",
    "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"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "",
        "storage"
    ],
    "manifest_version": 2
}