YouTube Thumbnail Grabber
Get thumbnails of YouTube videos, made by FeriVOQ
YouTube Thumbnail Grabberとは何ですか?
YouTube Thumbnail Grabberはferivoqによって開発されたChromeの拡張機能で、その主な機能は「Get thumbnails of YouTube videos, made by FeriVOQ」です。
拡張機能のスクリーンショット
YouTube Thumbnail Grabber拡張機能のCRXファイルをダウンロード
YouTube Thumbnail Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing our Youtube Thumbnail Grabber Chrome Extension! This handy tool lets you easily extract high-quality thumbnails from any YouTube video in just a few clicks. Whether you're a content creator looking to optimize your video previews or simply someone who wants to save a favorite thumbnail for future reference, our extension is the perfect solution. With our thumbnail grabber, you can save time and hassle by avoiding the need to take screenshots or use third-party tools. The extension works seamlessly within your Chrome browser, so you can grab thumbnails without ever leaving the YouTube page. Plus, the interface is intuitive and user-friendly, making it easy for anyone to use. In addition to its convenience, our thumbnail grabber also delivers top-notch quality. You can expect crisp, clear images with accurate color and detail, perfect for showcasing your videos on social media or other platforms. Best of all, our extension is completely free to use, with no hidden fees or subscriptions.
拡張機能の基本情報
名前 | YouTube Thumbnail Grabber |
ID | hpbdojgebckgdhlalpoiookkdmijeika |
公式URL | https://chromewebstore.google.com/detail/youtube-thumbnail-grabber/hpbdojgebckgdhlalpoiookkdmijeika |
説明 | Get thumbnails of YouTube videos, made by FeriVOQ |
ファイルサイズ | 17.8 KB |
インストール数 | 209 |
現在のバージョン | 1.0 |
最終更新日 | 2023-05-02 |
公開日 | 2023-05-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | ferivoq |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Thumbnail Grabber", "version": "1.0", "description": "Get thumbnails of YouTube videos, made by FeriVOQ", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "downloads" ], "action": { "default_popup": "files\/popup.html", "matches": [ "https:\/\/www.youtube.com\/*" ], "default_title": "YouTube Thumbnail Grabber", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "files\/popup.js" ] } ] } |