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.

What is Vimeo™ Downloader and chatGPT Video Summary?

Vimeo™ Downloader and chatGPT Video Summary is a Chrome extension developed by save.svdex, and its main feature is "Vimeo™ Downloader and Summary - Any Vimeo™ video on the web can be downloaded and use ChatGPT to summarize Vimeo™ videos.".

Extension Screenshots

screenshot
screenshot

Download Vimeo™ Downloader and chatGPT Video Summary Extension CRX File

Download Vimeo™ Downloader and chatGPT Video Summary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Vimeo™ Downloader and chatGPT Video Summary Vimeo™ Downloader and chatGPT Video Summary
ID hobdeidpfblapjhejaaigpicnlijdopo
Official URL https://chrome.google.com/webstore/detail/hobdeidpfblapjhejaaigpicnlijdopo
Description Vimeo™ Downloader and Summary - Any Vimeo™ video on the web can be downloaded and use ChatGPT to summarize Vimeo™ videos.
File Size 1.11 MB
Installation Count 26,882
Current Version 1.5.22
Last Updated 2023-05-31
Publish Date 2022-06-17
Rating 3.70/5 Total 67 Ratings
Developer save.svdex
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://vimeomate.com/privacy
Supported Languages 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"
            ]
        }
    ]
}