Video Downloader Pro

Video downloader Pro is a lightweight and ultra fast tool that allows users to easily download videos from popular video websites.

Video Downloader Proคืออะไร?

Video Downloader Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://videoload-pro.com และคุณลักษณะหลักของมันคือ "Video downloader Pro is a lightweight and ultra fast tool that allows users to easily download videos from popular video websites."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Video Downloader Pro is a straightforward Chrome extension that provides a convenient way to download videos from popular social media platforms like Facebook, Twitter, Vimeo, Dailymotion, and Instagram. Extension boasts a user-friendly interface and can be installed effortlessly within a few seconds. Once successfully installed, a browser button will be added, enabling you to effortlessly save videos without the need to navigate away from your preferred social media site.

Are you yet looking for a solution to download video from websites? Video Downloader for Chrome is the easiest way to save video file in any format and in original quality.

Video Downloader Manager
If you are looking for a powerful manager, try this video downloader manager to download video, you won't regret it!

Save videos playing on a website to a hard disk:
- Click extensions icon
- Select necessary video
- Click the Download button
- Enjoy owning it on your drive

In summary, Video Downloader serves as an outstanding and time-saving tool for individuals seeking quick and effortless access to video content across various social media platforms. With its intuitive design and wide array of features, it is an essential extension for anyone who frequently engages with social media platforms.

Please note: 
Some webpage need you to start playing the video first to help this Chrome tool find video!

Important information:
Due to the privacy policies and terms of use of Google and YouTube, videos are not saved from YouTube. However, you can use it to download and save any video you want on many other websites.

If you have problems or videos that can't be saved, please don't give a bad rating, but email us and help improve the extension. Thank you!                    

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

ชื่อ Video Downloader Pro Video Downloader Pro
ID hebjaboacandjnlnhocfikmaghgbfjlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-pro/hebjaboacandjnlnhocfikmaghgbfjlp
คำอธิบาย Video downloader Pro is a lightweight and ultra fast tool that allows users to easily download videos from popular video websites.
ขนาดไฟล์ 2.37 MB
จำนวนการติดตั้ง 1,346,492
เวอร์ชันปัจจุบัน 1.7.0
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2022-10-22
คะแนน 4.52/5 รวมทั้งหมด 784 คะแนน
ผู้พัฒนา https://videoload-pro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://videoload-pro.com
URL หน้านโยบายความเป็นส่วนตัว https://videoload-pro.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,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",
    "version": "1.7.0",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "32": "viewHelpers\/icons\/icon32.png",
        "64": "viewHelpers\/icons\/icon64.png",
        "128": "viewHelpers\/icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "64": "viewHelpers\/icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}