YouTube Watch Thumbnails

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

Wat is YouTube Watch Thumbnails?

YouTube Watch Thumbnails is een Chrome-extensie ontwikkeld door mosunset, en de belangrijkste functie is "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Watch Thumbnails

Download YouTube Watch 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

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Watch Thumbnails YouTube Watch Thumbnails
ID aobeafpjgdgakpagffmlkfeognaiigci
Officiële URL https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci
Beschrijving Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Bestandsgrootte 113 KB
Aantal Installaties 4,804
Huidige Versie 3.3.1
Laatst Bijgewerkt 2023-09-02
Publicatiedatum 2022-09-13
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar mosunset
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}