Thumbnail Grabber

Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more

Thumbnail Grabber là gì?

Thumbnail Grabber là một tiện ích mở rộng Chrome được phát triển bởi https://kasper.space, và tính năng chính của nó là "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Thumbnail Grabber

Tải xuống các tệp mở rộng Thumbnail Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Thumbnail Grabber Thumbnail Grabber
ID gbpjnjieenljpncojgiboejmolbihdob
URL Chính Thức https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob
Mô tả Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
Kích Thước Tệp 30.62 KB
Số Lần Cài Đặt 2,670
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2022-10-15
Ngày Phát Hành 2020-01-10
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://kasper.space
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/probablykasper/thumbnail-grabber
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}