Vimeo Private Downloader

Download private VIMEO video of the current tab.

Wat is Vimeo Private Downloader?

Vimeo Private Downloader is een Chrome-extensie ontwikkeld door fagundesjgd, en de belangrijkste functie is "Download private VIMEO video of the current tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vimeo Private Downloader

Download Vimeo Private Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Contact for support or help: [email protected]                    

Basisinformatie over de Extensie

Naam Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
Officiële URL https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
Beschrijving Download private VIMEO video of the current tab.
Bestandsgrootte 5.08 KB
Aantal Installaties 45,848
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-04-07
Publicatiedatum 2020-04-04
Beoordeling 3.87/5 Totaal 171 Beoordelingen
Ontwikkelaar fagundesjgd
Betalingswijze free
Ondersteunde Talen 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"
    }
}