Video Downloader Professional

Download videos from web sites or just collect them in your video list without downloading them.

Video Downloader Professionalคืออะไร?

Video Downloader Professional เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.startpage24.com และคุณลักษณะหลักของมันคือ "Download videos from web sites or just collect them in your video list without downloading them."

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader professional

- download and save videos playing on a website to hard disk
- select between different resolutions if the site supports it ( e.g. at Vimeo)
- play found MP4 videos via Google Chromecast on your TV or play it on your Google Home.
- add videos easily to your video list. There you have quick access to the videos and you can play them at any time, without having to return to the orignial web page. You also have the option to play the videos in any size (currently available at selected video providers like Youtube and Vimeo)

-----------------------------------------------

If you have problems or videos which cannot be downloaded please don't give a bad rating but write us an email to [email protected] and help us to improve this software. Thank you!

-----------------------------------------------

Important:
We had to lock the download of YouTube, Instagram, Dailymotion, Vk and Tiktok videos because of restrictions of the Chrome Store.
There are always videos which are protected by the sites and cannot be downloaded.

If you still want to download these videos, we recommend our app at www.videodownloaderultimate.com for all browsers.

-----------------------------------------------

Privacy Policy:
Video Downloader professional 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 send 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 Professional Video Downloader Professional
ID elicpjhcidhpjomhibiffojpinpmmpil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-professi/elicpjhcidhpjomhibiffojpinpmmpil
คำอธิบาย Download videos from web sites or just collect them in your video list without downloading them.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 4,380,285
เวอร์ชันปัจจุบัน 2.0.9
อัปเดตครั้งล่าสุด 2023-04-19
วันที่เผยแพร่ 2020-07-03
คะแนน 4.54/5 รวมทั้งหมด 216599 คะแนน
ผู้พัฒนา https://www.startpage24.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://startpage24.com/chrome/videodownloaderprofessional_privacy.html
ภาษาที่รองรับ de,en,fr,nl,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader Professional",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "version": "2.0.9",
    "manifest_version": 3,
    "permissions": [
        "webRequest",
        "downloads",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Video Downloader Professional",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}