Youtube™ Thumbnail Preview
View youtube thumbnails with a single click.
什么是Youtube™ Thumbnail Preview?
Youtube™ Thumbnail Preview是由James_Hynes开发的Chrome扩展程序,该扩展的主要功能是“View youtube thumbnails with a single click.”。
扩展截图
下载Youtube™ Thumbnail Preview扩展crx文件
下载Youtube™ Thumbnail Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.
扩展基本信息
名称 | Youtube™ Thumbnail Preview |
ID | nbpcbacmemknaffckhckoaophpnmdchb |
官方URL | https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb |
简介 | View youtube thumbnails with a single click. |
文件大小 | 95.76 KB |
安装次数 | 7,529 |
当前版本 | 1.5.2 |
更新时间 | 2022-06-25 |
上架时间 | 2018-03-20 |
评分 | 4.43/5 共30次评分 |
开发者 | James_Hynes |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube\u2122 Thumbnail Preview", "description": "View youtube thumbnails with a single click.", "version": "1.5.2", "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/icon.png", "default_title": "Show thumbnail" }, "icons": { "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" } } |