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.”。
擴展截圖
下載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™ |
ID | galcjdfminhddlmheppdgddbekgdofcm |
官方網址 | 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" ] } |