Viderr

Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc

Cos'è Viderr?

Viderr è un'estensione di Chrome sviluppata da srwkosic, e la sua funzione principale è "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Viderr

Scarica i file di estensione Viderr 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

                        Download any online video with one click!
Just navigate to any video containing URL and clickk the Viderr extension button
You will be taken to a format selection screen, just choose your preferred format and download the video easily!                    

Informazioni di Base sull'Estensione

Nome Viderr Viderr
ID miibmeobegjljlghddiockdoemnleljo
URL Ufficiale https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo
Descrizione Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
Dimensione del File 9.42 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0
Ultimo Aggiornamento 2019-09-23
Data di Pubblicazione 2019-09-20
Valutazione 1.80/5 Totale 5 Valutazioni
Sviluppatore srwkosic
Tipo di Pagamento free
Sito Web dell'Estensione https://viderr.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viderr",
    "manifest_version": 2,
    "short_name": "Viderr.com video downloader",
    "description": "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}