youtube thumbnails getter
chrome extension to get youtube thumbnails
What is youtube thumbnails getter?
youtube thumbnails getter is a Chrome extension developed by giasorairo, and its main feature is "chrome extension to get youtube thumbnails".
Extension Screenshots
Download youtube thumbnails getter Extension CRX File
Download youtube thumbnails getter 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
Displays the thumbnail of the youtube video you are watching
显示你正在观看的 YouTube 视频的缩略图
Отображение миниатюры просматриваемого видео на youtube
鑑賞中の youtube の動画のサムネイルを表示します Extension Basic Information
| Name | |
| ID | ghhbhfmihfneeonmbchmkfpdcnmolfgo |
| Official URL | https://chromewebstore.google.com/detail/youtube-thumbnails-getter/ghhbhfmihfneeonmbchmkfpdcnmolfgo |
| Description | chrome extension to get youtube thumbnails |
| File Size | 9.18 KB |
| Installation Count | 125 |
| Current Version | 1.2.0 |
| Last Updated | 2023-12-18 |
| Publish Date | 2022-02-01 |
| Rating | 4.00/5 Total 1 Ratings |
| Developer | giasorairo |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "youtube thumbnails getter",
"author": "gia_sorairo",
"version": "1.2.0",
"manifest_version": 3,
"description": "chrome extension to get youtube thumbnails",
"permissions": [
"tabs"
],
"action": {
"default_popup": "popup-dialog.html"
},
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"host_permissions": [
"*:\/\/*\/*"
]
} | |