Youtube Thumbnail Download
Easy To Save image as type
Was ist Youtube Thumbnail Download?
Youtube Thumbnail Download ist eine Chrome-Erweiterung, die von https://save-image-as-type.freefinancetools.net entwickelt wurde, und ihr Hauptmerkmal ist "Easy To Save image as type".
Erweiterungsscreenshots
Youtube Thumbnail Download-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Thumbnail Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Want to download the thumbnail for a Youtube video? You can do so now by using our extension. To begin using our extension to download a Youtube video thumbnail, simply do the following. 1) Install our thumbnail 2) Go to the Youtube page where the thumbnail is located 3) Right Click to open the context menu and choose our extension Begin downloading your thumbnail right away.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aljfiopcilbcgbigeajfphfpdibddkij |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-thumbnail-downloa/aljfiopcilbcgbigeajfphfpdibddkij |
Beschreibung | Easy To Save image as type |
Dateigröße | 50.78 KB |
Installationsanzahl | 390 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-12-14 |
Veröffentlichungsdatum | 2020-07-29 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://save-image-as-type.freefinancetools.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://save-image-as-type.freefinancetools.net |
Unterstützte Sprachen | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "background": { "persistent": false, "scripts": [ "just-save.js", "\/js\/update-conf.js", "\/js\/update.js" ] }, "permissions": [ "contextMenus", "downloads" ] } |