Full browser screen Video Player
Make site's video player fullscreen without going in fullscreen mode.
Co to jest Full browser screen Video Player?
Full browser screen Video Player to rozszerzenie Chrome opracowane przez CaptainTeemo, a jego główną funkcją jest „Make site's video player fullscreen without going in fullscreen mode.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Full browser screen Video Player
Pobierz pliki rozszerzeń Full browser screen Video Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Full browser screen Video Player |
ID | dniaackmdeolpebmoijjnijcmiinbchk |
Oficjalny URL | https://chromewebstore.google.com/detail/full-browser-screen-video/dniaackmdeolpebmoijjnijcmiinbchk |
Opis | Make site's video player fullscreen without going in fullscreen mode. |
Rozmiar pliku | 7.17 KB |
Liczba instalacji | 657 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2022-09-21 |
Data Publikacji | 2019-03-25 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | CaptainTeemo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |