Video Downloader Chrome

Video Downloader Chrome is supporting to download any videos when browsing websites via chrome extension in different resolutions!

Video Downloader Chromeคืออะไร?

Video Downloader Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vhdombrowser และคุณลักษณะหลักของมันคือ "Video Downloader Chrome is supporting to download any videos when browsing websites via chrome extension in different resolutions!"

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

screenshot

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

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

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

                        Video Downloader Chrome is supporting you to download any videos when browsing websites via chrome extension.

Video Downloader is a video downloader chrome extension with proprietary software. By using this plugin, you can download any video from thousands of websites of different quality and lengths and save it to your folder.

Video Downloader Chrome - Main Features
Detect videos/clips and allow you to download in different sizes and formats, including mp4, mp3, flac, wav, webm, flv and mov.
Play downloaded MP4 videos via Google Chromecast on your TV or play it on your Google Home
Provide a fast and practical use, so you can download the video played with one click
Do not need to create an account, just install and add it to the Chrome extension to enjoy downloading

Important:
This is NOT a Youtube Video Downloader, do not install the item for this purpose.

Privacy Policy:
Video Downloader does not collect or send any personal data.
Non-personalized data (which is the address of the video or part of it) is sent in these cases:
- When you manually add videos to the video list a request is sent to the origin website to get information about the video (like title, thumbnail)
- When you play a video in the video list, then the playing code of the origin website is loaded and executed.
- When opening the Video Downloader professional menu a request is sent to the origin of the found videos to receive the video length.
- On some supported video sites, we are loading additional information from these sites to get the addresses of the video files.                    

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

ชื่อ Video Downloader Chrome Video Downloader Chrome
ID jlbmenngnppkommpmohppjpkglicldbd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-downloader-chrome/jlbmenngnppkommpmohppjpkglicldbd
คำอธิบาย Video Downloader Chrome is supporting to download any videos when browsing websites via chrome extension in different resolutions!
ขนาดไฟล์ 207 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-08-10
วันที่เผยแพร่ 2021-08-10
คะแนน 2.41/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา vhdombrowser
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader Chrome",
    "version": "1.0.1",
    "description": "Video Downloader Chrome is supporting to download any videos when browsing websites via chrome extension in different resolutions!",
    "permissions": [
        "webRequest",
        "tabs",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2
}