Youtube Thumbnail Finder
Add button on youtube videos to easly get thumbnail
What is Youtube Thumbnail Finder?
Youtube Thumbnail Finder is a Chrome extension developed by https://youthumb.net, and its main feature is "Add button on youtube videos to easly get thumbnail".
Extension Screenshots
Download Youtube Thumbnail Finder Extension CRX File
Download Youtube Thumbnail Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add button on youtube videos to easly get thumbnail
Extension Basic Information
Name | Youtube Thumbnail Finder |
ID | jbiffggjjomeebhgmdeacgjohkoknadl |
Official URL | https://chromewebstore.google.com/detail/youtube-thumbnail-finder/jbiffggjjomeebhgmdeacgjohkoknadl |
Description | Add button on youtube videos to easly get thumbnail |
File Size | 26.35 KB |
Installation Count | 9,203 |
Current Version | 1.3.0 |
Last Updated | 2015-06-02 |
Publish Date | 2015-06-02 |
Rating | 4.14/5 Total 22 Ratings |
Developer | https://youthumb.net |
Payment Type | free |
Extension Website | https://youthumb.net |
Supported Languages | 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" } ] } |