NessDan's YouTube Thumbnail Downloader
Download YouTube video thumbnails
Vad är NessDan's YouTube Thumbnail Downloader?
NessDan's YouTube Thumbnail Downloader är en Chrome-tillägg utvecklad av daniel.kaspo, och dess huvudfunktion är "Download YouTube video thumbnails".
Tilläggsskärmbilder
Ladda ner NessDan's YouTube Thumbnail Downloader-förlängningens CRX-fil
Ladda ner NessDan's YouTube Thumbnail Downloader-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
Download YouTube Thumbnails quickly and easily!
* Just right-click any YouTube page or link!
* No annoying ads!
* No weird permissions required!
* Simple! Grundläggande Information om Tillägg
| Namn | |
| ID | plngolgielfjikccimmlciadbccpenom |
| Officiell webbadress | https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom |
| Beskrivning | Download YouTube video thumbnails |
| Filstorlek | 8.53 KB |
| Antal Installationer | 54 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2023-09-26 |
| Publiceringsdatum | 2023-09-14 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | daniel.kaspo |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NessDan's YouTube Thumbnail Downloader",
"version": "1.3",
"description": "Download YouTube video thumbnails",
"permissions": [
"activeTab",
"contextMenus",
"downloads"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"host_permissions": [
"https:\/\/img.youtube.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |