YouTube Unrounded Thumbnails

Removes round corners from YouTube thumbnails.

Cos'è YouTube Unrounded Thumbnails?

YouTube Unrounded Thumbnails è un'estensione di Chrome sviluppata da onedrawcall, e la sua funzione principale è "Removes round corners from YouTube thumbnails.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Unrounded Thumbnails

Scarica i file di estensione YouTube Unrounded Thumbnails in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension removes all round corners from thumbnails on YouTube.                    

Informazioni di Base sull'Estensione

Nome YouTube Unrounded Thumbnails YouTube Unrounded Thumbnails
ID lkklpbhnojokmlapmkpkpphbhakmeifo
URL Ufficiale https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo
Descrizione Removes round corners from YouTube thumbnails.
Dimensione del File 7.4 KB
Conteggio Installazioni 1,007
Versione Corrente 1.2
Ultimo Aggiornamento 2023-08-22
Data di Pubblicazione 2023-01-07
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore onedrawcall
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/1polygon/youtube-unrounded-thumbnails
Lingue Supportate 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"
            ]
        }
    ]
}