Video downloader Plus

We offer a free online video downloader tool to download any video from the web instantly for free. Download video in a few clicks!

Video downloader Plusคืออะไร?

Video downloader Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VDP และคุณลักษณะหลักของมันคือ "We offer a free online video downloader tool to download any video from the web instantly for free. Download video in a few clicks!"

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader Plus - Your Gateway to Boundless Video Content

Video Downloader Plus is a versatile, user-friendly extension designed for the Chrome browser. Whether you're an avid digital content consumer or a casual viewer, this extension is committed to delivering an unparalleled video downloading experience.

Video Downloader Plus aims to make downloading videos a breeze. With a simple click, it allows you to download video content from various platforms, helping you expand your library with content that truly resonates with you. From educational and inspirational videos to entertaining clips and stunning visuals, this extension understands the diverse tastes of its users.

This extension's key features include:

- Archive your favorite videos throughout the year, and enjoy them at your leisure.

- 4K Video Downloader: Experience the finest video quality with stunning visuals. Don't compromise on quality when you can enjoy superior 4K resolution.

- Enjoy videos in crisp, clear HD resolution, enhancing your viewing experience.

- Social Media Video Downloaders: Includes Facebook, Vimeo, Twitter, Instagram, and Dailymotion. Download video content from these platforms easily and enjoy your favorite content offline.

- Discover the freedom of free content with a tool that breaks down the barriers to content accessibility.                    

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

ชื่อ Video downloader Plus Video downloader Plus
ID mdkiofbiinbmlblcfhfjgmclhdfikkpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-plus/mdkiofbiinbmlblcfhfjgmclhdfikkpm
คำอธิบาย We offer a free online video downloader tool to download any video from the web instantly for free. Download video in a few clicks!
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 503,017
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2023-05-29
วันที่เผยแพร่ 2022-11-02
คะแนน 4.05/5 รวมทั้งหมด 317 คะแนน
ผู้พัฒนา VDP
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://videodownloderplus.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "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",
            "js\/tracker.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": "3.1"
}