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