Viderr

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

Was ist Viderr?

Viderr ist eine Chrome-Erweiterung, die von srwkosic entwickelt wurde, und ihr Hauptmerkmal ist "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".

Erweiterungsscreenshots

screenshot

Viderr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Viderr-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Viderr Viderr
ID miibmeobegjljlghddiockdoemnleljo
Offizielle URL https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo
Beschreibung Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
Dateigröße 9.42 KB
Installationsanzahl 1,000
Aktuelle Version 1.0
Letztes Update 2019-09-23
Veröffentlichungsdatum 2019-09-20
Bewertung 1.80/5 Insgesamt 5 Bewertungen
Entwickler srwkosic
Zahlungsart free
Erweiterungswebsite https://viderr.com
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}