YouTube Unrounded Thumbnails
Removes round corners from YouTube thumbnails.
Wat is YouTube Unrounded Thumbnails?
YouTube Unrounded Thumbnails is een Chrome-extensie ontwikkeld door onedrawcall, en de belangrijkste functie is "Removes round corners from YouTube thumbnails.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Unrounded Thumbnails
Download YouTube Unrounded Thumbnails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension removes all round corners from thumbnails on YouTube. Basisinformatie over de Extensie
| Naam | |
| ID | lkklpbhnojokmlapmkpkpphbhakmeifo |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo |
| Beschrijving | Removes round corners from YouTube thumbnails. |
| Bestandsgrootte | 7.4 KB |
| Aantal Installaties | 1,007 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2023-08-22 |
| Publicatiedatum | 2023-01-07 |
| Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | onedrawcall |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/1polygon/youtube-unrounded-thumbnails |
| Ondersteunde Talen | 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"
]
}
]
} | |