Vimeo Private Downloader

Download private VIMEO video of the current tab.

Vimeo Private Downloaderคืออะไร?

Vimeo Private Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fagundesjgd และคุณลักษณะหลักของมันคือ "Download private VIMEO video of the current tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vimeo Private Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Vimeo Private Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension you can download private videos of VIMEO from current web page.

Contact for support or help: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
คำอธิบาย Download private VIMEO video of the current tab.
ขนาดไฟล์ 5.08 KB
จำนวนการติดตั้ง 45,848
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-04-07
วันที่เผยแพร่ 2020-04-04
คะแนน 3.87/5 รวมทั้งหมด 171 คะแนน
ผู้พัฒนา fagundesjgd
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Private Downloader",
    "version": "1.0.1",
    "description": "Download private VIMEO video of the current tab.",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Titulo default"
    }
}