Picture-in-Picture Extension (by Google)

Watch video using Picture-in-Picture

Co je Picture-in-Picture Extension (by Google)?

Picture-in-Picture Extension (by Google) je rozšíření Chrome vyvinuté https://google.com, a jeho hlavní funkcí je „Watch video using Picture-in-Picture“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Picture-in-Picture Extension (by Google)

Stáhněte si soubory rozšíření Picture-in-Picture Extension (by Google) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Picture-in-Picture (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

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

Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Základní Informace o Rozšíření

Název Picture-in-Picture Extension (by Google) Picture-in-Picture Extension (by Google)
ID hkgfoiooedgoejojocmhlaklaeopbecg
Oficiální URL https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg
Popis Watch video using Picture-in-Picture
Velikost souboru 25.6 KB
Počet instalací 3,079,162
Aktuální Verze 1.11
Poslední Aktualizace 2022-09-15
Datum Vydání 2020-03-31
Hodnocení 3.98/5 Celkem 1884 Hodnocení
Vývojář https://google.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
URL Stránky Nápovědy https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
URL Stránky Zásad Ochrany Soukromí https://www.google.com/intl/en/policies
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture Extension (by Google)",
    "description": "Watch video using Picture-in-Picture",
    "version": "1.11",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_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": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}