Thumbnail Viewer for YouTube™

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

Thumbnail Viewer for YouTube™とは何ですか?

Thumbnail Viewer for YouTube™はMasterによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that grabs the thumbnail from the current youtube video and displays it.」です。

拡張機能のスクリーンショット

screenshot

Thumbnail Viewer for YouTube™拡張機能のCRXファイルをダウンロード

Thumbnail Viewer for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Thumbnail Viewer for YouTube™ Thumbnail Viewer for YouTube™
ID galcjdfminhddlmheppdgddbekgdofcm
公式URL https://chromewebstore.google.com/detail/thumbnail-viewer-for-yout/galcjdfminhddlmheppdgddbekgdofcm
説明 A simple extension that grabs the thumbnail from the current youtube video and displays it.
ファイルサイズ 66.25 KB
インストール数 3,244
現在のバージョン 1.3.5
最終更新日 2014-07-15
公開日 2014-07-15
評価 4.47/5 合計 19 レビュー
開発者 Master
支払い方法 free
対応言語 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"
    ]
}