Youtube™ Thumbnail Preview
View youtube thumbnails with a single click.
Youtube™ Thumbnail Previewとは何ですか?
Youtube™ Thumbnail PreviewはJames_Hynesによって開発されたChromeの拡張機能で、その主な機能は「View youtube thumbnails with a single click.」です。
拡張機能のスクリーンショット
Youtube™ Thumbnail Preview拡張機能のCRXファイルをダウンロード
Youtube™ Thumbnail Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Preview youtube thumbnails in a small chrome extension popup window. Just click on the extension while on a youtube video page, and it will load up the thumbnail image. Click on the image and you will be redirected to the largest size of the thumbnail.
拡張機能の基本情報
名前 | Youtube™ Thumbnail Preview |
ID | nbpcbacmemknaffckhckoaophpnmdchb |
公式URL | https://chromewebstore.google.com/detail/youtube-thumbnail-preview/nbpcbacmemknaffckhckoaophpnmdchb |
説明 | View youtube thumbnails with a single click. |
ファイルサイズ | 95.76 KB |
インストール数 | 7,529 |
現在のバージョン | 1.5.2 |
最終更新日 | 2022-06-25 |
公開日 | 2018-03-20 |
評価 | 4.43/5 合計 30 レビュー |
開発者 | James_Hynes |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube\u2122 Thumbnail Preview", "description": "View youtube thumbnails with a single click.", "version": "1.5.2", "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/icon.png", "default_title": "Show thumbnail" }, "icons": { "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png" } } |