Free Video Downloader

One click to download any video or any audio from any website.

Free Video Downloaderคืออะไร?

Free Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://videoplus.app และคุณลักษณะหลักของมันคือ "One click to download any video or any audio from any website."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Free Video Downloader is a powerful tool lets you download videos from over 1000 sites, including popular social media platforms. It supports a diverse range of video formats. Moreover, it handles HLS and DASH streams, allowing you to download even the most complex video formats with ease.
Enjoy your favorite videos offline, anytime, anywhere, without relying on an internet connection. Share them with friends and family, or keep them for later viewing. This video downloader is your complete solution for capturing and enjoying online content.

Features:
- Supports 1000+ video sites: including social media platforms.
- Supports various video formats.
- Supports downloading HLS (m3u8) and DASH (mpd) streams.
- Supports Video Preview with a built-in media player.
- Supports QRCode links for easy video sharing to your mobile phone.
- Supports Batch Download: one click to download all detected videos.
- The usage of our Video Downloader is free, unlimited, and does not require registration.

How to use our Video Downloader:
1. Visit the video site, then click on our extension icon.
2. The videos will be listed on the popup page.
Note: 
Some web pages may require you to start playing the video first to assist the video downloader in locating it.

We sincerely hope you find our Video Downloader useful! We welcome your feedback and ratings, and especially appreciate any suggestions you may have for improving its functionality.

Disclaimer:
Free Video Downloader 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.                    

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

ชื่อ Free Video Downloader Free Video Downloader
ID ebeglcfoffnnadgncmppkkohfcigngkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-video-downloader/ebeglcfoffnnadgncmppkkohfcigngkj
คำอธิบาย One click to download any video or any audio from any website.
ขนาดไฟล์ 10.56 MB
จำนวนการติดตั้ง 79,167
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2020-08-18
คะแนน 3.76/5 รวมทั้งหมด 163 คะแนน
ผู้พัฒนา https://videoplus.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://videoplus.app/
URL หน้านโยบายความเป็นส่วนตัว https://savef.cc/ext-privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "bg-release.js"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "images\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/common.js",
                "js\/common1.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected\/*.js",
                "css\/video-js.min.css",
                "js\/player.js",
                "js\/core.js",
                "js\/core.wasm",
                "js\/worker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "homepage_url": "https:\/\/videoplus.app",
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "storage",
        "downloads",
        "declarativeNetRequest",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.0"
}