Video Downloader for Web

Download videos from popular websites in different resolutions and watch it later with video downloader. One click to save video.

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

Video Downloader for Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Loader Web และคุณลักษณะหลักของมันคือ "Download videos from popular websites in different resolutions and watch it later with video downloader. One click to save video."

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader for Web is a Chrome extension for downloading video from websites you want (with possible restrictions by the website’s privacy and copyright policies.)

Download videos from websites and watch them offline! The extension works on sites - Twitter, Vimeo, Facebook. 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.

Video Downloader is an easy-to-use tool for downloading videos from various websites and saving them for offline use. Using Video Downloader is easy:

1. Install the Video Downloader extension and open a web page with a video.
2. Click the Video Downloader extension icon.
3. In the Video Downloader pop-up window, select the video you want to download – and it will be saved to your device in the best quality available. 

Thanks to Video Downloader, you can save your favorite videos and watch them later: When your device goes offline during a commute, long-haul flight, or internet outage, you’ll still have access to your downloaded videos!

Use video downloader for free without any registration.                    

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

ชื่อ Video Downloader for Web Video Downloader for Web
ID acmbnbijebmjfmihfinfipebhcmgbghi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-for-web/acmbnbijebmjfmihfinfipebhcmgbghi
คำอธิบาย Download videos from popular websites in different resolutions and watch it later with video downloader. One click to save video.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 1,160,742
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2023-05-04
คะแนน 4.58/5 รวมทั้งหมด 559 คะแนน
ผู้พัฒนา Loader Web
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/loaderweb/privacy-policy
ภาษาที่รองรับ 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",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.0.3",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.js",
                "js\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "webRequest",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Video Donwloader",
        "default_icon": "images\/logo-no-active.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/logo-active.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}