7plus-responsive-video
Make the 7+ video player wide and more responsive
Co to jest 7plus-responsive-video?
7plus-responsive-video to rozszerzenie Chrome opracowane przez glen, a jego główną funkcją jest „Make the 7+ video player wide and more responsive”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 7plus-responsive-video
Pobierz pliki rozszerzeń 7plus-responsive-video 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
Make the 7plus video player more responsive. This allows the video player to take full use of the available space by slightly rearranging the elements on the page.
Podstawowe informacje o rozszerzeniu
Nazwa | 7plus-responsive-video |
ID | pegahkchckmpafkgnobgcpcbhdcobijp |
Oficjalny URL | https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp |
Opis | Make the 7+ video player wide and more responsive |
Rozmiar pliku | 3.34 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-07-26 |
Data Publikacji | 2021-07-26 |
Deweloper | glen |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/GWilts/7plus-responsive-video |
Adres URL Strony Pomocy | https://github.com/GWilts/7plus-responsive-video |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "7plus-responsive-video", "version": "1.0.0", "description": "Make the 7+ video player wide and more responsive", "short_name": "Make the 7+ video player responsive", "content_scripts": [ { "matches": [ "https:\/\/7plus.com.au\/*" ], "css": [ "background.css" ] } ] } |