YouTube Watch Thumbnails

Display a thumbnail of the video next to the channel icon on the YouTube video playback page.

Cos'è YouTube Watch Thumbnails?

YouTube Watch Thumbnails è un'estensione di Chrome sviluppata da mosunset, e la sua funzione principale è "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Watch Thumbnails

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

                        Click once on the extension icon and the thumbnail image hops up.

Clicking on an image opens the largest thumbnail image in a new tab.                    

Informazioni di Base sull'Estensione

Nome YouTube Watch Thumbnails YouTube Watch Thumbnails
ID aobeafpjgdgakpagffmlkfeognaiigci
URL Ufficiale https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci
Descrizione Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Dimensione del File 113 KB
Conteggio Installazioni 4,804
Versione Corrente 3.3.1
Ultimo Aggiornamento 2023-09-02
Data di Pubblicazione 2022-09-13
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore mosunset
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "version": "3.3.1",
    "default_locale": "en",
    "icons": {
        "512": "img\/yicon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/yicon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/ycontent_script.js"
            ],
            "css": [
                "css\/ycontent_script.css"
            ],
            "all_frames": true
        }
    ]
}