Video Downloader Professional

Video Downloader Professional will help you download popular videos and any medias you want!

Video Downloader Professionalคืออะไร?

Video Downloader Professional เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Video Downloader Professional และคุณลักษณะหลักของมันคือ "Video Downloader Professional will help you download popular videos and any medias you want!"

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader Plus is a free chrome browser extension for downloading online videos.
Video Downloader Plus allows you to download any video you want from your favourite video and tube sites.
No more delays to watch videos online, Video Downloader Plus will become your favorite downloader.

The extension is very easy to use. You only need to click on the icon of the extension in your Chrome browser and within seconds you will begin to download the video to your PC.

Why to install this:

✓ Support MP4, MOV, AVI, ASF, MPG and many more.
✓ Download almost from 99% of video hosting websites.
✓ Easy, fast, safe and light!.
✓ You can download multiple videos simultaneously.
✓ Detect multiple formats to downloads.                    

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

ชื่อ Video Downloader Professional Video Downloader Professional
ID jdcmcfpdbcbmapimfbeniamghacgofpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-downloader-professi/jdcmcfpdbcbmapimfbeniamghacgofpe
คำอธิบาย Video Downloader Professional will help you download popular videos and any medias you want!
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.6.6
อัปเดตครั้งล่าสุด 2019-11-08
วันที่เผยแพร่ 2019-11-08
คะแนน 2.89/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา Video Downloader Professional
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,fr,vi,tr,es,it,pt-BR,pt-PT,el,bg,ru,bn,ja
manifest.json
{
    "background": {
        "page": "extension\/background.html"
    },
    "browser_action": {
        "default_icon": "logo\/icon19.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "video\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "logo\/128.png",
        "16": "logo\/16.png",
        "48": "logo\/48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6.6",
    "web_accessible_resources": [
        "*"
    ]
}