Multiple PiP Changer

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

Multiple PiP Changer क्या है?

Multiple PiP Changer https://gaerae.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Multiple PiP Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Multiple PiP Changer Multiple PiP Changer
ID heecooojlcebffhjpmipceockeamgohd
आधिकारिक URL https://chromewebstore.google.com/detail/multiple-pip-changer/heecooojlcebffhjpmipceockeamgohd
विवरण During the presentation at Google Meet, multiple participant's screens are passed to Picture-in-Picture are automatically changed.
फ़ाइल का आकार 33.32 KB
स्थापना संख्या 812
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-09-04
प्रकाशन तिथि 2020-09-02
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर https://gaerae.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gaerae/multiple-pip-changer
समर्थित भाषाएँ 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
}