Viddex Video Downloader
Easy-to-use video downloader for online videos
Was ist Viddex Video Downloader?
Viddex Video Downloader ist eine Chrome-Erweiterung, die von Sasha Boradovko entwickelt wurde, und ihr Hauptmerkmal ist "Easy-to-use video downloader for online videos".
Erweiterungsscreenshots
Viddex Video Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Viddex Video Downloader-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
Viddex Video Downloader is a easy to use video downloader.
It works on some popular platforms such as Vimeo.
It doesn't work on Youtube, Facebook and other resources that have the restrictive TOS.
Features:
- Download video in MP4 format
- Works on HTMl5 videos (Web standard) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ldmhnpbmplbafajaabcmkindgnclbaci |
| Offizielle URL | https://chromewebstore.google.com/detail/viddex-video-downloader/ldmhnpbmplbafajaabcmkindgnclbaci |
| Beschreibung | Easy-to-use video downloader for online videos |
| Dateigröße | 321 KB |
| Installationsanzahl | 1,359,111 |
| Aktuelle Version | 0.7.6 |
| Letztes Update | 2023-07-28 |
| Veröffentlichungsdatum | 2022-08-14 |
| Bewertung | 3.85/5 Insgesamt 105 Bewertungen |
| Entwickler | Sasha Boradovko |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://docs.google.com/document/d/e/2PACX-1vR3YIRjWI1X6GWl65vuG2HkZ6c4Uqea5qjETh3qr-_B-oWfOb0gbypzA8ngxWPgiN9b8Si5IpbGAki_/pub |
| Unterstützte Sprachen | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extShortDesc__",
"background": {
"service_worker": "js\/background.js"
},
"default_locale": "en",
"action": {
"default_title": "__MSG_extName__",
"default_popup": "popup\/popup.html",
"default_icon": {
"300": "icons\/icon-300.png",
"128": "icons\/icon-128.png",
"48": "icons\/icon-48.png",
"16": "icons\/icon-16.png"
}
},
"permissions": [
"alarms",
"storage",
"downloads",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"version": "0.7.6",
"icons": {
"128": "icons\/icon-128.png",
"48": "icons\/icon-48.png",
"16": "icons\/icon-16.png"
},
"manifest_version": 3
} | |