Video Downloader

Allows to save video files from popular website in the same quality as original one

Video Downloaderคืออะไร?

Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev team และคุณลักษณะหลักของมันคือ "Allows to save video files from popular website in the same quality as original one"

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

screenshot
screenshot

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

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

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

                        Find and download online videos from different sources and gather your own collection of music clips, funny cats or fitness workouts. Take videos with yourself and run it offline at any time. Training videos or jokes from websites, exciting travels from Vimeo or even entertainment once, all these and even more are available now for online downloading. Be ready to any move  with the collection of saved files. 

Video Downloader works on several websites, among which FB, Vimeo, Dailymotion and other. 

Dozens formats and quality levels available from public websites, social networks and repositories. It supports different formats. File will be saved in the same quality as you see it online.                    

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

ชื่อ Video Downloader Video Downloader
ID kghcdbkokgjghlfeojcpeoclfnljkbdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader/kghcdbkokgjghlfeojcpeoclfnljkbdk
คำอธิบาย Allows to save video files from popular website in the same quality as original one
ขนาดไฟล์ 839 KB
จำนวนการติดตั้ง 13,233
เวอร์ชันปัจจุบัน 3.1.23
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2022-12-15
คะแนน 3.48/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา dev team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "3.1.23",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "storage"
    ]
}