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. 扩展基本信息
| 名称 | |
| 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"
]
} | |