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是由save.svdex开发的Chrome扩展程序,该扩展的主要功能是“Vimeo™ Downloader and Summary - Any Vimeo™ video on the web can be downloaded and use ChatGPT to summarize Vimeo™ videos.”。

扩展截图

screenshot
screenshot

下载Vimeo™ Downloader and chatGPT Video Summary扩展crx文件

下载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"
            ]
        }
    ]
}