Video Downloader for U

Video downloader extension allows users to save videos from various online platforms in just a few clicks. Save videos for free.

Video Downloader for Uคืออะไร?

Video Downloader for U เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://videounit.net และคุณลักษณะหลักของมันคือ "Video downloader extension allows users to save videos from various online platforms in just a few clicks. Save videos for free."

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader for U is a powerful extension for the Chrome browser to save videos from popular video hubs. This tool is the easiest and fastest way to save online videos from mainstream websites. Run saved video later at any time even without an internet connection. Save files and share with friends funny moments. Keep downloaded files on your PC for future watching. 

Find and download online videos from different sources and gather your own collection of music clips, funny cats, or fitness workouts. Take videos with yourself and run them offline at any time. Training videos or jokes from websites, exciting travels from Vimeo, or even entertainment once, all these and even more are available now for online downloading.

Video downloaders have become an increasingly popular way to save videos from various online platforms like Facebook, Twitter, Vimeo, Dailymotion, and others. These platforms offer an endless stream of engaging videos, from news clips to viral memes and music videos. However, most of these platforms do not have a built-in download feature, which makes it challenging to save videos offline for future reference.

One of the essential features of a video downloader extension is the ability to download videos from multiple platforms. For example, Facebook, Twitter, Vimeo, and Dailymotion are some of the most popular video-sharing platforms, and users may want to save videos from any of these platforms. 

Please note: 

- some web pages need you to start playing the video first to help this video downloader find it.

- due to the privacy policies and terms of use of Google and YouTube, videos are not downloaded from YouTube. However, you can use it to download and save any video you want on many other websites.

Use video downloader for free without any registration.                    

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

ชื่อ Video Downloader for U Video Downloader for U
ID dkbccihpiccbcheieabdbjikohfdfaje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-for-u/dkbccihpiccbcheieabdbjikohfdfaje
คำอธิบาย Video downloader extension allows users to save videos from various online platforms in just a few clicks. Save videos for free.
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 3,717,891
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2023-02-25
คะแนน 4.24/5 รวมทั้งหมด 401 คะแนน
ผู้พัฒนา https://videounit.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://videounit.net/
URL หน้านโยบายความเป็นส่วนตัว https://videounit.net/privacy-policy.html
ภาษาที่รองรับ id,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,iw,fa,mr,bn,gu,ta,te,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery-3.2.1.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_icon": "assets\/icons\/app\/inactive_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/icons\/app\/128.png",
        "64": "assets\/icons\/app\/64.png",
        "32": "assets\/icons\/app\/32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}