Viddex Video Downloader

Easy-to-use video downloader for online videos

Hvad er Viddex Video Downloader?

Viddex Video Downloader er en Chrome-udvidelse udviklet af Sasha Boradovko, og dens hovedfunktion er "Easy-to-use video downloader for online videos".

Udvidelsesskærmbilleder

screenshot

Download Viddex Video Downloader-udvidelses-CRX-fil

Download Viddex Video Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Viddex Video Downloader Viddex Video Downloader
ID ldmhnpbmplbafajaabcmkindgnclbaci
Officiel URL https://chromewebstore.google.com/detail/viddex-video-downloader/ldmhnpbmplbafajaabcmkindgnclbaci
Beskrivelse Easy-to-use video downloader for online videos
Filstørrelse 321 KB
Antal Installationer 1,359,111
Nuværende Version 0.7.6
Senest Opdateret 2023-07-28
Udgivelsesdato 2022-08-14
Bedømmelse 3.85/5 Samlet 105 Bedømmelser
Udvikler Sasha Boradovko
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/e/2PACX-1vR3YIRjWI1X6GWl65vuG2HkZ6c4Uqea5qjETh3qr-_B-oWfOb0gbypzA8ngxWPgiN9b8Si5IpbGAki_/pub
Understøttede Sprog 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
}