YouTube Unrounded Thumbnails
Removes round corners from YouTube thumbnails.
Co to jest YouTube Unrounded Thumbnails?
YouTube Unrounded Thumbnails to rozszerzenie Chrome opracowane przez onedrawcall, a jego główną funkcją jest „Removes round corners from YouTube thumbnails.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Unrounded Thumbnails
Pobierz pliki rozszerzeń YouTube Unrounded Thumbnails 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 removes all round corners from thumbnails on YouTube. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lkklpbhnojokmlapmkpkpphbhakmeifo |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo |
| Opis | Removes round corners from YouTube thumbnails. |
| Rozmiar pliku | 7.4 KB |
| Liczba instalacji | 1,007 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2023-08-22 |
| Data Publikacji | 2023-01-07 |
| Ocena | 4.89/5 Łącznie 9 Oceny |
| Deweloper | onedrawcall |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/1polygon/youtube-unrounded-thumbnails |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Unrounded Thumbnails",
"version": "1.2",
"description": "Removes round corners from YouTube thumbnails.",
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
} | |