Vimeo™ Video Downloader Pro

Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.

Cos'è Vimeo™ Video Downloader Pro?

Vimeo™ Video Downloader Pro è un'estensione di Chrome sviluppata da save.highvideo, e la sua funzione principale è "Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vimeo™ Video Downloader Pro

Scarica i file di estensione Vimeo™ Video Downloader Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a simple Vimeo downloader. You can download Vimeo video with a single click.

How to download vimeo video?
1. Video from vimeo.com
      Point the cursor to the video thumbnail or video detail page,  the "Download" button (arrow down) will appear in the upper right corner. Once you click the button, you can download vimeo videos.
2. Embed Vimeo video
     You can download vimeo videos from embedded Vimeo players on the web.

Features:
  - Support Vimeo video download
  - Supports 1000+ embedded sites
  - Supports downloading private videos
  - Supports download HD, 2k, 4k videos
  - Supports Volume Control, Speed Controller, Picture in Picture, etc                    

Informazioni di Base sull'Estensione

Nome Vimeo™ Video Downloader Pro Vimeo™ Video Downloader Pro
ID penndbmahnpapepljikkjmakcobdahne
URL Ufficiale https://chrome.google.com/webstore/detail/vimeo-video-downloader-pr/penndbmahnpapepljikkjmakcobdahne
Descrizione Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.
Dimensione del File 620 KB
Conteggio Installazioni 6,142
Versione Corrente 1.0.7
Ultimo Aggiornamento 2023-01-17
Data di Pubblicazione 2022-08-13
Valutazione 4.10/5 Totale 10 Valutazioni
Sviluppatore save.highvideo
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://vimeomate.com/privacy
Lingue Supportate id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/emnnbocicckplplepjjojfkmiodfdjaf",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script-vimeo.js"
            ],
            "css": [
                "css\/insert-vimeo.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-inject.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/content-script-volume.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-script-turn.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-script-picture.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "version": "1.0.7",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "*:\/\/*.aliyuncs.com\/*",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo-blue.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "resources": [
                "js\/ajax-listener.js"
            ]
        }
    ]
}