Viderr

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

Co to jest Viderr?

Viderr to rozszerzenie Chrome opracowane przez srwkosic, a jego główną funkcją jest „Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Viderr

Pobierz pliki rozszerzeń Viderr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Viderr Viderr
ID miibmeobegjljlghddiockdoemnleljo
Oficjalny URL https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo
Opis Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
Rozmiar pliku 9.42 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-09-23
Data Publikacji 2019-09-20
Ocena 1.80/5 Łącznie 5 Oceny
Deweloper srwkosic
Typ Płatności free
Strona Rozszerzenia https://viderr.com
Obsługiwane Języki 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:\/\/*\/*"
    ]
}