Multiple PiP Changer

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

Cos'è Multiple PiP Changer?

Multiple PiP Changer è un'estensione di Chrome sviluppata da https://gaerae.com, e la sua funzione principale è "During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Multiple PiP Changer

Scarica i file di estensione Multiple PiP Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Multiple PiP Changer Multiple PiP Changer
ID heecooojlcebffhjpmipceockeamgohd
URL Ufficiale https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd
Descrizione During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
Dimensione del File 33.32 KB
Conteggio Installazioni 812
Versione Corrente 1.0
Ultimo Aggiornamento 2020-09-04
Data di Pubblicazione 2020-09-02
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore https://gaerae.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gaerae/multiple-pip-changer
Lingue Supportate 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
}