Video Saver for Vimeo

Free and fast tool for saving Video from Vimeo. Download video in one click. You can download embedded Vimeo video from any website.

Что такое Video Saver for Vimeo?

Video Saver for Vimeo - это расширение Chrome, разработанное appDeveloper, и его основная функция - "Free and fast tool for saving Video from Vimeo. Download video in one click. You can download embedded Vimeo video from any website.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Video Saver for Vimeo

Скачайте файлы расширений Video Saver for Vimeo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Video Saver for Vimeo allows you to download any Videos from vimeo.com directly to your PC. You can easily download the video you want to save by clicking Download button on the video itself. 

My extension is simple and fast tool for downloading video from Vimeo. All you need is to click the button and Video Saver for Vimeo will do the rest.

After clicking Download a window with resolution options appears. 
You can download Vimeo video on from any website where it is embedded.                    

Основная информация о расширении

Название Video Saver for Vimeo Video Saver for Vimeo
ID eghkffkmecbbocbhcggkefjncollmnbc
Официальный URL https://chrome.google.com/webstore/detail/video-saver-for-vimeo/eghkffkmecbbocbhcggkefjncollmnbc
Описание Free and fast tool for saving Video from Vimeo. Download video in one click. You can download embedded Vimeo video from any website.
Размер файла 2.32 MB
Количество установок 1,094
Текущая Версия 0.8
Последнее Обновление 2023-10-24
Дата публикации 2022-05-13
Рейтинг 4.00/5 Всего 7 оценок
Разработчик appDeveloper
Электронная почта [email protected]
URL страницы политики конфиденциальности https://sites.google.com/view/video-saver-for-vimeo
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.8",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_openvimeo__"
    },
    "icons": {
        "16": "\/assets\/images\/logo16.png",
        "32": "\/assets\/images\/logo32.png",
        "48": "\/assets\/images\/logo48.png",
        "58": "\/assets\/images\/logo58.png",
        "128": "\/assets\/images\/logo128.png",
        "300": "\/assets\/images\/logo300.png",
        "256": "\/assets\/images\/logo256.png",
        "512": "\/assets\/images\/logo512.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "js\/lib\/ffmpeg-mp4.js",
                "\/js\/app.js"
            ],
            "css": [
                "\/assets\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.vimeo.com\/*"
    ]
}