Vimeo Private Downloader

Download private VIMEO video of the current tab.

Apa itu Vimeo Private Downloader?

Vimeo Private Downloader adalah ekstensi Chrome yang dikembangkan oleh fagundesjgd, dan fitur utamanya adalah "Download private VIMEO video of the current tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Vimeo Private Downloader

Unduh file ekstensi Vimeo Private Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Contact for support or help: [email protected]                    

Informasi Dasar Ekstensi

Nama Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
URL Resmi https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
Deskripsi Download private VIMEO video of the current tab.
Ukuran File 5.08 KB
Jumlah Instalasi 45,848
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-04-07
Tanggal Publikasi 2020-04-04
Penilaian 3.87/5 Total 171 Penilaian
Pengembang fagundesjgd
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}