Vimeo Private Downloader

Download private VIMEO video of the current tab.

Vad är Vimeo Private Downloader?

Vimeo Private Downloader är en Chrome-tillägg utvecklad av fagundesjgd, och dess huvudfunktion är "Download private VIMEO video of the current tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Vimeo Private Downloader-förlängningens CRX-fil

Ladda ner Vimeo Private Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Contact for support or help: [email protected]                    

Grundläggande Information om Tillägg

Namn Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
Officiell webbadress https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
Beskrivning Download private VIMEO video of the current tab.
Filstorlek 5.08 KB
Antal Installationer 45,848
Aktuell Version 1.0.1
Senast Uppdaterad 2020-04-07
Publiceringsdatum 2020-04-04
Betyg 3.87/5 Totalt 171 Betyg
Utvecklare fagundesjgd
Betalningssätt free
Stödda Språk 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"
    }
}