YT Thumbnail Downloader
Download thumbnail images of youtube videos
YT Thumbnail Downloaderとは何ですか?
YT Thumbnail DownloaderはRovaltyによって開発されたChromeの拡張機能で、その主な機能は「Download thumbnail images of youtube videos」です。
拡張機能のスクリーンショット
YT Thumbnail Downloader拡張機能のCRXファイルをダウンロード
YT Thumbnail Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video. Download free youtube videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. it's currently supported formats: YouTube (HD, HQ, 1080p, 4K) you can easily download your video-thumbnails. Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving. Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html
拡張機能の基本情報
名前 | YT Thumbnail Downloader |
ID | akfikgmhbajiaekdbgchbmhkceclncda |
公式URL | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda |
説明 | Download thumbnail images of youtube videos |
ファイルサイズ | 58.71 KB |
インストール数 | 2,404 |
現在のバージョン | 3.5.4 |
最終更新日 | 2020-05-09 |
公開日 | 2020-05-09 |
評価 | 3.97/5 合計 30 レビュー |
開発者 | Rovalty |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.saxsos.xyz/ |
ヘルプページのURL | https://www.saxsos.xyz/p/contact-us.html |
プライバシーポリシーページのURL | https://www.saxsos.xyz/p/policy-privacy-policy.html |
対応言語 | en-US |
manifest.json | |
{ "name": "YT Thumbnail Downloader", "description": "Download thumbnail images of youtube videos", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5.4", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "YT Thumbnail Downloader", "default_popup": "popup.html", "default_icon": { "128": "img\/128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "*.png", "*.PNG", "*.JPG" ], "permissions": [ "*:\/\/*.youtube.com\/*" ], "manifest_version": 2 } |