YouTube Tom Scottify

Modify YouTube thumbnails to include Tom Scott

Cos'è YouTube Tom Scottify?

YouTube Tom Scottify è un'estensione di Chrome sviluppata da https://primedpixel.co.uk, e la sua funzione principale è "Modify YouTube thumbnails to include Tom Scott".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Tom Scottify

Scarica i file di estensione YouTube Tom Scottify 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

                        Significantly enhance your YouTube experience by inserting Tom Scott into every single YouTube thumbnail, making it incredibly difficult to discern who made the video, or what it's about. Exactly what you need for your regular YouTube browsing needs!

Fork of https://github.com/MagicJinn/MrBeastify-Youtube - all credit goes to MagicJinn for code.                    

Informazioni di Base sull'Estensione

Nome YouTube Tom Scottify YouTube Tom Scottify
ID kcndlflglcpfajdhdcglegfjgolgaipg
URL Ufficiale https://chromewebstore.google.com/detail/youtube-tom-scottify/kcndlflglcpfajdhdcglegfjgolgaipg
Descrizione Modify YouTube thumbnails to include Tom Scott
Dimensione del File 18.72 MB
Conteggio Installazioni 24
Versione Corrente 1.1
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2023-07-17
Sviluppatore https://primedpixel.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/PrimedPixel/TomScottify-Youtube
URL della Pagina di Aiuto https://github.com/PrimedPixel/TomScottify-Youtube
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Tom Scottify",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "description": "Modify YouTube thumbnails to include Tom Scott",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tomscottify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}