Full browser screen Video Player
Make site's video player fullscreen without going in fullscreen mode.
Co je Full browser screen Video Player?
Full browser screen Video Player je rozšíření Chrome vyvinuté CaptainTeemo, a jeho hlavní funkcí je „Make site's video player fullscreen without going in fullscreen mode.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Full browser screen Video Player
Stáhněte si soubory rozšíření Full browser screen Video Player 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í
This extension is not a video player, instead this extension makes the SonyLiv, YouTube and Hotstar Video player to cover the entire screen of the browser without making the browser to go into the fullscreen mode.
Základní Informace o Rozšíření
Název | Full browser screen Video Player |
ID | dniaackmdeolpebmoijjnijcmiinbchk |
Oficiální URL | https://chromewebstore.google.com/detail/full-browser-screen-video/dniaackmdeolpebmoijjnijcmiinbchk |
Popis | Make site's video player fullscreen without going in fullscreen mode. |
Velikost souboru | 7.17 KB |
Počet instalací | 657 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2022-09-21 |
Datum Vydání | 2019-03-25 |
Hodnocení | 4.00/5 Celkem 5 Hodnocení |
Vývojář | CaptainTeemo |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full browser screen Video Player", "version": "2.0.1", "description": "Make site's video player fullscreen without going in fullscreen mode.", "background": { "service_worker": "background-wrapper.js" }, "action": { "default_icon": "images\/inactive.png", "default_title": "Make Full screen" }, "permissions": [ "scripting", "storage", "declarativeContent" ], "host_permissions": [ "*:\/\/*\/*" ], "manifest_version": 3 } |