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