Vimeo Private Downloader

Download private VIMEO video of the current tab.

Qu'est-ce que Vimeo Private Downloader ?

Vimeo Private Downloader est une extension Chrome développée par fagundesjgd, et sa fonction principale est "Download private VIMEO video of the current tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vimeo Private Downloader

Téléchargez les fichiers d'extension Vimeo Private Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Contact for support or help: [email protected]                    

Informations de Base sur l'Extension

Nom Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
URL Officiel https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
Description Download private VIMEO video of the current tab.
Taille du Fichier 5.08 KB
Nombre d'Installations 45,848
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-04-07
Date de Publication 2020-04-04
Évaluation 3.87/5 Total 171 Évaluations
Développeur fagundesjgd
Type de Paiement free
Langues Prises en Charge 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"
    }
}