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"입니다.

확장 프로그램 스크린샷

screenshot

Thumbnail Grabber 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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",
        "",
        "*:\/\/i.ytimg.com\/*",
        "*:\/\/img.youtube.com\/*",
        "*:\/\/i1.sndcdn.com\/*"
    ],
    "commands": {
        "open": {
            "description": "Open the Thumbnail Grabber popup on the current page"
        },
        "download": {
            "description": "Download the thumbnail of the current page"
        },
        "copy": {
            "description": "Copy the thumbnail of the current page to clipboard"
        }
    }
}