Video Download Master

This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…

Video Download Masterคืออะไร?

Video Download Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laka และคุณลักษณะหลักของมันคือ "This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Download Master

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

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

                        This browser extension allows you to download videos from various websites.

It is easy to use and does not require a paid subscription to work properly. 

Just click on the extension icon to see files available for downloading. Choose a file and wait until it is saved on your computer.                    

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

ชื่อ Video Download Master Video Download Master
ID noddmaloflkfieahjkakcbigjagbfkid
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-download-master/noddmaloflkfieahjkakcbigjagbfkid
คำอธิบาย This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…
ขนาดไฟล์ 79.13 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2022-01-28
วันที่เผยแพร่ 2021-11-26
คะแนน 4.83/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Laka
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://justpaste.it/8fr7c
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Download Master",
    "version": "0.0.4",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}