Thumbnail Grabber
Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
Thumbnail Grabberとは何ですか?
Thumbnail Grabberはhttps://kasper.spaceによって開発されたChromeの拡張機能で、その主な機能は「Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more」です。
拡張機能のスクリーンショット
Thumbnail Grabber拡張機能のCRXファイルをダウンロード
Thumbnail Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily download/copy/open thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more. You can click the extension icon, use keyboard shortcuts or right click the page or links. You can customize the keyboard shortcuts, what clicking the extension icon does, and what context menu items are visible. GitHub: https://github.com/probablykasper/thumbnail-grabber
拡張機能の基本情報
名前 | Thumbnail Grabber |
ID | gbpjnjieenljpncojgiboejmolbihdob |
公式URL | https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob |
説明 | Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more |
ファイルサイズ | 30.62 KB |
インストール数 | 2,670 |
現在のバージョン | 1.4.0 |
最終更新日 | 2022-10-15 |
公開日 | 2020-01-10 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | https://kasper.space |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/probablykasper/thumbnail-grabber |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Thumbnail Grabber", "version": "1.4.0", "description": "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more", "background": { "scripts": [ "background.b79fa0fe.js" ], "persistent": false }, "options_ui": { "page": "options.4193183a.html", "open_in_tab": false }, "icons": { "16": "icon16.238385bf.png", "48": "icon48.png", "128": "icon128.79e4701d.png" }, "browser_action": { "default_icon": { "16": "icon16.238385bf.png", "48": "icon48.png", "128": "icon128.79e4701d.png" } }, "web_accessible_resources": [ "icon48.png", "content-script.js", "content-script.css" ], "permissions": [ "storage", "contextMenus", "activeTab", "clipboardWrite", " |