Youtube Thumbnail Finder
Add button on youtube videos to easly get thumbnail
什么是Youtube Thumbnail Finder?
Youtube Thumbnail Finder是由https://youthumb.net开发的Chrome扩展程序,该扩展的主要功能是“Add button on youtube videos to easly get thumbnail”。
扩展截图
下载Youtube Thumbnail Finder扩展crx文件
下载Youtube Thumbnail Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add button on youtube videos to easly get thumbnail
扩展基本信息
名称 | Youtube Thumbnail Finder |
ID | jbiffggjjomeebhgmdeacgjohkoknadl |
官方URL | https://chromewebstore.google.com/detail/youtube-thumbnail-finder/jbiffggjjomeebhgmdeacgjohkoknadl |
简介 | Add button on youtube videos to easly get thumbnail |
文件大小 | 26.35 KB |
安装次数 | 9,203 |
当前版本 | 1.3.0 |
更新时间 | 2015-06-02 |
上架时间 | 2015-06-02 |
评分 | 4.14/5 共22次评分 |
开发者 | https://youthumb.net |
付费类型 | free |
扩展官网 | https://youthumb.net |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Thumbnail Finder", "short_name": "Youthumb", "description": "Add button on youtube videos to easly get thumbnail", "version": "1.3.0", "author": "Vegard Bj\u00f8rsvik", "homepage_url": "https:\/\/youthumb.net", "icons": { "128": "logo.png" }, "permissions": [ "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "button.js" ], "run_at": "document_end" } ] } |