Youtube Thumbnails
Get Youtube videos thumbnails in one click !
Youtube Thumbnailsとは何ですか?
Youtube ThumbnailsはNicolas Vairaaによって開発されたChromeの拡張機能で、その主な機能は「Get Youtube videos thumbnails in one click !」です。
拡張機能のスクリーンショット
Youtube Thumbnails拡張機能のCRXファイルをダウンロード
Youtube Thumbnails拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube Thumbnails allows you to get all the available thumbnails of a video directly in the current page, without having to go through a website. Clicking on a link in the list of thumbnails will open a new tab in your browser in order to download it directly. The highest resolution thumbnails are not guaranteed to appear as a link, as they may not be available for all videos. If the icon does not appear, please just reload the page.
拡張機能の基本情報
名前 | Youtube Thumbnails |
ID | hhoiehagchnmnpfoliilhnbcebffbnfb |
公式URL | https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb |
説明 | Get Youtube videos thumbnails in one click ! |
ファイルサイズ | 23.2 KB |
インストール数 | 27 |
現在のバージョン | 0.1.7 |
最終更新日 | 2021-11-20 |
公開日 | 2021-08-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Nicolas Vairaa |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.7", "manifest_version": 3, "name": "Youtube Thumbnails", "description": "Get Youtube videos thumbnails in one click !", "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_start", "css": [ "styles.css" ], "js": [ "arrive.js", "content.js" ] } ] } |