Vimeo Video Downloader

Download videos and audios from Vimeo

Vad är Vimeo Video Downloader?

Vimeo Video Downloader är en Chrome-tillägg utvecklad av tomxuxu, och dess huvudfunktion är "Download videos and audios from Vimeo".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Vimeo Video 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

                        Download videos and audios from Vimeo                    

Grundläggande Information om Tillägg

Namn Vimeo Video Downloader Vimeo Video Downloader
ID opgdaloielhdheaimfenmkkaljiajidi
Officiell webbadress https://chrome.google.com/webstore/detail/opgdaloielhdheaimfenmkkaljiajidi
Beskrivning Download videos and audios from Vimeo
Filstorlek 129 KB
Antal Installationer 105
Aktuell Version 2.1.5
Senast Uppdaterad 2023-07-03
Publiceringsdatum 2023-07-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare tomxuxu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pictureknow.com/en
URL till Sekretesspolicy Sidan https://pictureknow.com/protocol
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "2.1.5",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}