Youtube Thumbnails

Get Youtube videos thumbnails in one click !

Vad är Youtube Thumbnails?

Youtube Thumbnails är en Chrome-tillägg utvecklad av Nicolas Vairaa, och dess huvudfunktion är "Get Youtube videos thumbnails in one click !".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Youtube Thumbnails-förlängningens CRX-fil

Ladda ner Youtube Thumbnails-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Youtube Thumbnails allows you to get all the available thumbnails of a video directly in the current page, without having to go through a website.

Clicking on a link in the list of thumbnails will open a new tab in your browser in order to download it directly.

The highest resolution thumbnails are not guaranteed to appear as a link, as they may not be available for all videos.


If the icon does not appear, please just reload the page.                    

Grundläggande Information om Tillägg

Namn Youtube Thumbnails Youtube Thumbnails
ID hhoiehagchnmnpfoliilhnbcebffbnfb
Officiell webbadress https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb
Beskrivning Get Youtube videos thumbnails in one click !
Filstorlek 23.2 KB
Antal Installationer 27
Aktuell Version 0.1.7
Senast Uppdaterad 2021-11-20
Publiceringsdatum 2021-08-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Nicolas Vairaa
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Youtube Thumbnails",
    "description": "Get Youtube videos thumbnails in one click !",
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "styles.css"
            ],
            "js": [
                "arrive.js",
                "content.js"
            ]
        }
    ]
}