Thumbnail Viewer for YouTube™

A simple extension that grabs the thumbnail from the current youtube video and displays it.

Co je Thumbnail Viewer for YouTube™?

Thumbnail Viewer for YouTube™ je rozšíření Chrome vyvinuté Master, a jeho hlavní funkcí je „A simple extension that grabs the thumbnail from the current youtube video and displays it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Thumbnail Viewer for YouTube™

Stáhněte si soubory rozšíření Thumbnail Viewer for YouTube™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Changelog:

v.1.3.5
- Better icon

v.1.3.4
- No longer needs tabs permission
- Uses slightly less screen real estate
- Bug fixed with showing cached thumbnail when clicking another video.                    

Základní Informace o Rozšíření

Název Thumbnail Viewer for YouTube™ Thumbnail Viewer for YouTube™
ID galcjdfminhddlmheppdgddbekgdofcm
Oficiální URL https://chromewebstore.google.com/detail/thumbnail-viewer-for-yout/galcjdfminhddlmheppdgddbekgdofcm
Popis A simple extension that grabs the thumbnail from the current youtube video and displays it.
Velikost souboru 66.25 KB
Počet instalací 3,244
Aktuální Verze 1.3.5
Poslední Aktualizace 2014-07-15
Datum Vydání 2014-07-15
Hodnocení 4.47/5 Celkem 19 Hodnocení
Vývojář Master
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "The Master",
    "name": "Thumbnail Viewer for YouTube\u2122",
    "description": "A simple extension that grabs the thumbnail from the current youtube video and displays it.",
    "manifest_version": 2,
    "version": "1.3.5",
    "icons": {
        "16": "thumbnail-16.png",
        "48": "thumbnail-48.png",
        "128": "thumbnail-128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.youtube.com\/*"
    ],
    "browser_action": {
        "default_icon": "thumbnail-48.png",
        "default_title": "Click to view current video thumbnail",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "jquery.js",
        "popup.js",
        "popup.css",
        "thumbnail-16.png",
        "thumbnail-48.png",
        "thumbnail-128.png"
    ]
}