Vimeo™ Downloader and chatGPT Video Summary

Vimeo™ Downloader and Summary - Any Vimeo™ video on the web can be downloaded and use ChatGPT to summarize Vimeo™ videos.

Что такое Vimeo™ Downloader and chatGPT Video Summary?

Vimeo™ Downloader and chatGPT Video Summary - это расширение Chrome, разработанное save.svdex, и его основная функция - "Vimeo™ Downloader and Summary - Any Vimeo™ video on the web can be downloaded and use ChatGPT to summarize Vimeo™ videos.".

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

screenshot
screenshot

Скачать файл CRX расширения Vimeo™ Downloader and chatGPT Video Summary

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

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

                        You can download video from vimeo.com and download embedded vimeo videos played with Vimeo™ player(For example: Facebook,Twitter,Product Thinking,etc.). We also support using ChatGPT to summarize Vimeo™ videos so you can save time and learn quickly.

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 lower right corner. Once you click the button, you can download vimeo videos.
2. Embed Vimeo™ video
     You can download videos from embed Vimeo™ players on the web.

How to use ChatGPT to summarize Vimeo™ videos.
Click the 'Summary' button, select the time period you want to summarize, and click Generate Summary. Let you quickly access the summary of the Vimeo videos you are watching with ChatGPT AI technology. 

Note:
-Download video quality is poor? It's not the downloader's problem, it's the author who uploaded the video with poor quality.

If you have questions, please email us.  [email protected]                    

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

Название Vimeo™ Downloader and chatGPT Video Summary Vimeo™ Downloader and chatGPT Video Summary
ID hobdeidpfblapjhejaaigpicnlijdopo
Официальный URL https://chrome.google.com/webstore/detail/hobdeidpfblapjhejaaigpicnlijdopo
Описание Vimeo™ Downloader and Summary - Any Vimeo™ video on the web can be downloaded and use ChatGPT to summarize Vimeo™ videos.
Размер файла 1.11 MB
Количество установок 26,882
Текущая Версия 1.5.22
Последнее Обновление 2023-05-31
Дата публикации 2022-06-17
Рейтинг 3.70/5 Всего 67 оценок
Разработчик save.svdex
Электронная почта [email protected]
Тип оплаты in_app
URL страницы политики конфиденциальности https://vimeomate.com/privacy
Поддерживаемые языки 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__",
    "version": "1.5.22",
    "description": "__MSG_extDes__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/hobdeidpfblapjhejaaigpicnlijdopo",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Click to download Vimeo video",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/vimeo.com\/*",
        "*:\/\/player.vimeo.com\/*",
        "*:\/\/*.vimeocdn.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "insert.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "content-inject.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.vhx.tv\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "summarize_chat.js"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject_icon.svg",
                "icon128.png",
                "summary_new.png",
                "position.png",
                "arrow.png"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.vhx.tv\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.vhx.tv\/*"
            ],
            "resources": [
                "ajax-listener.js"
            ]
        }
    ]
}