Thumbnail Grabber

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

Τι είναι το Thumbnail Grabber;

Το Thumbnail Grabber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kasper.space, και η κύρια λειτουργία του είναι "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Thumbnail Grabber

Λήψη αρχείων επέκτασης 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 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"
        }
    }
}