Picture-in-Picture for Youtube
Activates the Picture-in-Picture button and other useful features.
Co je Picture-in-Picture for Youtube?
Picture-in-Picture for Youtube je rozšíření Chrome vyvinuté Super Zombi, a jeho hlavní funkcí je „Activates the Picture-in-Picture button and other useful features.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Picture-in-Picture for Youtube
Stáhněte si soubory rozšíření Picture-in-Picture for Youtube 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, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.
Základní Informace o Rozšíření
Název | Picture-in-Picture for Youtube |
ID | choemllnhinpmdednemjdpbaolkpnhck |
Oficiální URL | https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck |
Popis | Activates the Picture-in-Picture button and other useful features. |
Velikost souboru | 786 KB |
Počet instalací | 396 |
Aktuální Verze | 2.4.11 |
Poslední Aktualizace | 2023-12-15 |
Datum Vydání | 2023-08-30 |
Hodnocení | 4.50/5 Celkem 4 Hodnocení |
Vývojář | Super Zombi |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube |
URL Stránky Nápovědy | https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues |
Podporované Jazyky | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.4.11", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "action": { "default_popup": "menu\/options.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "icons": { "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "options_ui": { "open_in_tab": false, "page": "menu\/options.html" }, "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube", "minimum_chrome_version": "107.0.5304.87" } |