Viddex Video Downloader

Easy-to-use video downloader for online videos

Wat is Viddex Video Downloader?

Viddex Video Downloader is een Chrome-extensie ontwikkeld door Sasha Boradovko, en de belangrijkste functie is "Easy-to-use video downloader for online videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Viddex Video Downloader

Download Viddex Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Viddex Video Downloader Viddex Video Downloader
ID ldmhnpbmplbafajaabcmkindgnclbaci
Officiële URL https://chromewebstore.google.com/detail/viddex-video-downloader/ldmhnpbmplbafajaabcmkindgnclbaci
Beschrijving Easy-to-use video downloader for online videos
Bestandsgrootte 321 KB
Aantal Installaties 1,359,111
Huidige Versie 0.7.6
Laatst Bijgewerkt 2023-07-28
Publicatiedatum 2022-08-14
Beoordeling 3.85/5 Totaal 105 Beoordelingen
Ontwikkelaar Sasha Boradovko
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vR3YIRjWI1X6GWl65vuG2HkZ6c4Uqea5qjETh3qr-_B-oWfOb0gbypzA8ngxWPgiN9b8Si5IpbGAki_/pub
Ondersteunde Talen 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
}