Video Downloader Plus

Video Downloader Plus is the best way to download videos or music from your favorite sites.

Video Downloader Plusคืออะไร?

Video Downloader Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Video Downloader Plus และคุณลักษณะหลักของมันคือ "Video Downloader Plus is the best way to download videos or music from your favorite sites."

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader Plus works instantly, in the background, looking for video and audio files, without diverting you from a comfortable web surfing. 

Once suitable content detected, VDP will notify you with a counter on its icon, an indication of the number of videos and audio, that was detected on a certain webpage. 

Just click the VDP icon to open a popup and download the video or audio!

[!] This is NOT a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies, this extension can not save Youtube Videos.                    

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

ชื่อ Video Downloader Plus Video Downloader Plus
ID cfejhehdhaaeoiahaojjhmjaihjaodcf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-downloader-plus/cfejhehdhaaeoiahaojjhmjaihjaodcf
คำอธิบาย Video Downloader Plus is the best way to download videos or music from your favorite sites.
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2022-10-03
วันที่เผยแพร่ 2020-10-12
คะแนน 3.70/5 รวมทั้งหมด 237 คะแนน
ผู้พัฒนา Video Downloader Plus
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://app-loady.com/privacy_policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,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,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",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "browser_action": {
        "default_icon": "img\/32.png",
        "default_title": "Video Downloader Plus",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/grafy.js",
            "js\/lib\/analytics.js",
            "js\/lib\/jquery-3.1.1.min.js",
            "js\/lib\/tools.js",
            "js\/_config.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.min.js",
                "js\/lib\/tools.js",
                "js\/lib\/md5.min.js",
                "js\/_config.js",
                "js\/app.js",
                "js\/content.js"
            ],
            "css": [
                "css\/app.css",
                "css\/sidebar.css",
                "css\/content.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/lib\/analytics.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "version": "1.0.11"
}