YouTube Squarer
Makes YouTube less round. Slight adjustments to UI.
Co to jest YouTube Squarer?
YouTube Squarer to rozszerzenie Chrome opracowane przez Brandon Flynn, a jego główną funkcją jest „Makes YouTube less round. Slight adjustments to UI.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Squarer
Pobierz pliki rozszerzeń YouTube Squarer 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
Makes YouTube less round by setting the "border-radius" to 0 on many elements.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Squarer |
ID | nbagifdoojjnhlhamdgaejmikcfffldm |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-squarer/nbagifdoojjnhlhamdgaejmikcfffldm |
Opis | Makes YouTube less round. Slight adjustments to UI. |
Rozmiar pliku | 1009 KB |
Liczba instalacji | 135 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2022-11-03 |
Data Publikacji | 2022-10-28 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Brandon Flynn |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Squarer", "action": [], "manifest_version": 3, "version": "0.2", "description": "Makes YouTube less round. Slight adjustments to UI.", "permissions": [], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |