Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeoとは何ですか?
Download thumbnail images of youtube/vimeoはhttp://youtube-thumbnail-grabber.comによって開発されたChromeの拡張機能で、その主な機能は「Download thumbnail images of youtube/vimeo」です。
拡張機能のスクリーンショット
Download thumbnail images of youtube/vimeo拡張機能のCRXファイルをダウンロード
Download thumbnail images of youtube/vimeo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
** Please note that this is not a youtube video downloader** Download thumbnails image of youtube, vimeo sites. Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images
拡張機能の基本情報
名前 | |
ID | gcdfmaggdilgcopoipaglabdejakibdf |
公式URL | https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf |
説明 | Download thumbnail images of youtube/vimeo |
ファイルサイズ | 49.08 KB |
インストール数 | 10,000 |
現在のバージョン | 6.4.1 |
最終更新日 | 2020-05-09 |
公開日 | 2020-05-09 |
評価 | 4.31/5 合計 531 レビュー |
開発者 | http://youtube-thumbnail-grabber.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.youtube-thumbnail-grabber.com |
対応言語 | en-US |
manifest.json | |
{ "name": "Download thumbnail images of youtube\/vimeo", "description": "Download thumbnail images of youtube\/vimeo", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.4.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Save youtube,vimeo thumbnail image", "default_popup": "popup.html", "default_icon": { "16": "1.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "web_accessible_resources": [ "*.png", "*.PNG" ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "manifest_version": 2 } |