Vimeo Private Downloader

Download private VIMEO video of the current tab.

Co to jest Vimeo Private Downloader?

Vimeo Private Downloader to rozszerzenie Chrome opracowane przez fagundesjgd, a jego główną funkcją jest „Download private VIMEO video of the current tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vimeo Private Downloader

Pobierz pliki rozszerzeń Vimeo Private Downloader 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

                        With this extension you can download private videos of VIMEO from current web page.

Contact for support or help: [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
Oficjalny URL https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
Opis Download private VIMEO video of the current tab.
Rozmiar pliku 5.08 KB
Liczba instalacji 45,848
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-04-07
Data Publikacji 2020-04-04
Ocena 3.87/5 Łącznie 171 Oceny
Deweloper fagundesjgd
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Private Downloader",
    "version": "1.0.1",
    "description": "Download private VIMEO video of the current tab.",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Titulo default"
    }
}