YouTube Picture-In-Picture

This extension pops the current video to a floating window and allows you to continue watching it while using other applications.

Co je YouTube Picture-In-Picture?

YouTube Picture-In-Picture je rozšíření Chrome vyvinuté Simon Li, a jeho hlavní funkcí je „This extension pops the current video to a floating window and allows you to continue watching it while using other applications.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Picture-In-Picture

Stáhněte si soubory rozšíření YouTube Picture-In-Picture 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í

                        YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.                    

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

Název YouTube Picture-In-Picture YouTube Picture-In-Picture
ID phneljjeificmdaehodadkdiacgiinbk
Oficiální URL https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk
Popis This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
Velikost souboru 9.37 KB
Počet instalací 744
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-12-04
Datum Vydání 2020-12-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Simon Li
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Picture-In-Picture",
    "version": "1.0.1",
    "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "YouTube Picture-in-Picture",
        "default_popup": "popup.html"
    }
}