Viddex Video Downloader

Easy-to-use video downloader for online videos

Cos'è Viddex Video Downloader?

Viddex Video Downloader è un'estensione di Chrome sviluppata da Sasha Boradovko, e la sua funzione principale è "Easy-to-use video downloader for online videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Viddex Video Downloader

Scarica i file di estensione Viddex Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Viddex Video Downloader Viddex Video Downloader
ID ldmhnpbmplbafajaabcmkindgnclbaci
URL Ufficiale https://chromewebstore.google.com/detail/viddex-video-downloader/ldmhnpbmplbafajaabcmkindgnclbaci
Descrizione Easy-to-use video downloader for online videos
Dimensione del File 321 KB
Conteggio Installazioni 1,359,111
Versione Corrente 0.7.6
Ultimo Aggiornamento 2023-07-28
Data di Pubblicazione 2022-08-14
Valutazione 3.85/5 Totale 105 Valutazioni
Sviluppatore Sasha Boradovko
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vR3YIRjWI1X6GWl65vuG2HkZ6c4Uqea5qjETh3qr-_B-oWfOb0gbypzA8ngxWPgiN9b8Si5IpbGAki_/pub
Lingue Supportate 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
}