View Youtube™ Thumbnail
Right click on a Youtube™ thumbnail to open it in its full size.
什么是View Youtube™ Thumbnail?
View Youtube™ Thumbnail是由Daniel Bingham开发的Chrome扩展程序,该扩展的主要功能是“Right click on a Youtube™ thumbnail to open it in its full size.”。
扩展截图
下载View Youtube™ Thumbnail扩展crx文件
下载View Youtube™ Thumbnail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it. 扩展基本信息
| 名称 | |
| ID | ifeljkoeopnppmdlaofbgepbghddigpf |
| 官方URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf |
| 简介 | Right click on a Youtube™ thumbnail to open it in its full size. |
| 文件大小 | 8.07 KB |
| 安装次数 | 4,201 |
| 当前版本 | 1.2 |
| 更新时间 | 2018-03-30 |
| 上架时间 | 2018-03-29 |
| 评分 | 4.19/5 共21次评分 |
| 开发者 | Daniel Bingham |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "View Youtube\u2122 Thumbnail",
"version": "1.2",
"description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"page_action": {
"default_icon": "icon16.png",
"default_title": "YT Thumbnail"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"tabs",
"contextMenus",
"https:\/\/www.youtube.com\/*"
]
} | |