Video Downloader Plus

Video Downloader Plus - The fastest and easiest way to download any video from any website.

Video Downloader Plusคืออะไร?

Video Downloader Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidow.io และคุณลักษณะหลักของมันคือ "Video Downloader Plus - The fastest and easiest way to download any video from any website."

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

screenshot

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

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

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

                        Video Downloader Plus is the best way when trying to download videos, no ads, easy and fast.
Our extension lets you download multiple versions in HD and SD and 4K from many popular video websites!

With video downloader Plus you will have this features:
-Supports MP4, MOV, FLV, AVI, WEBM, ASF, MPG and many more.
-Download videos in 2k, 4k resolution and enjoy the high definition videos.
-Save for later make it easy to save videos in your account so you can view it at any time.
-Cast any video you want to your Chromecast device.

We supports the following website:
Facebook, Instagram, Twitter, Vimeo, Dailymotion and many more.

With Video downloader Plus no need to guess the file size or the resolution. Video downloader Plus detects all resolutions available, so you can choose according to your needs what size is the best.

Disclaimer: 
Video Downloader Plus is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.                    

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

ชื่อ Video Downloader Plus Video Downloader Plus
ID hkdmdpdhfaamhgaojpelccmeehpfljgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-plus/hkdmdpdhfaamhgaojpelccmeehpfljgf
คำอธิบาย Video Downloader Plus - The fastest and easiest way to download any video from any website.
ขนาดไฟล์ 759 KB
จำนวนการติดตั้ง 1,019,981
เวอร์ชันปัจจุบัน 2.2.3
อัปเดตครั้งล่าสุด 2021-11-08
วันที่เผยแพร่ 2020-06-27
คะแนน 4.53/5 รวมทั้งหมด 22885 คะแนน
ผู้พัฒนา https://vidow.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vidow.io
URL หน้าช่วยเหลือ https://vidow.io/contact
URL หน้านโยบายความเป็นส่วนตัว http://vidow.io/privacy
ภาษาที่รองรับ id,ms,de,en,en-US,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,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon_inactive.png",
        "default_popup": "html\/popup.html",
        "default_title": "Video Downloader Plus"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/common.js",
                "js\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/ssl.google-analytics.com; object-src 'self' https:\/\/ssl.google-analytics.com;",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en_US",
    "version": "2.2.3",
    "web_accessible_resources": [
        "*"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    }
}