Video Downloader Pro
Download your favorite video files at any time. Simply save a video to your PC and watch it later.
Video Downloader Proคืออะไร?
Video Downloader Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Cam และคุณลักษณะหลักของมันคือ "Download your favorite video files at any time. Simply save a video to your PC and watch it later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Downloader Pro
ดาวน์โหลดไฟล์ส่วนขยาย Video Downloader Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to save videos and watch them later. It's a simple tool that detects videos on the web and shows them on the pop-up menu. A fast and simple app is here for you! Saves online files from websites all over the internet. It's a very easy and lightweight app. We support the following website: Facebook, Vimeo, Dailymotion, and many more. With Video downloader Pro no need to guess the file size or the resolution. Our extension detects all resolutions available, so you can choose according to your needs what size is the best. Use video downloader for free without any registration. Among the other useful feature is saves videos as a file to your PC and gives you an opportunity to review them later offline. Disclaimer: Video Downloader Pro 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dpfdidlhkillibefedclmbogopmndngo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/video-downloader-pro/dpfdidlhkillibefedclmbogopmndngo |
คำอธิบาย | Download your favorite video files at any time. Simply save a video to your PC and watch it later. |
ขนาดไฟล์ | 455 KB |
จำนวนการติดตั้ง | 2,250,599 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2023-03-14 |
วันที่เผยแพร่ | 2021-10-20 |
คะแนน | 4.53/5 รวมทั้งหมด 653 คะแนน |
ผู้พัฒนา | John Cam |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/video-prosave/home |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,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,ru,uk,mr,hi,bn,gu,ta,te,ml,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.1.2", "background": { "page": "components\/background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/ *", "activeTab", "downloads" ], "browser_action": { "default_title": "Video Downloader Pro", "default_icon": "assets\/icons\/app\/inactive_128.png", "default_popup": "components\/popup.html" }, "icons": { "128": "assets\/icons\/app\/128.png", "64": "assets\/icons\/app\/64.png", "32": "assets\/icons\/app\/32.png" }, "web_accessible_resources": [ "*" ], "manifest_version": 2 } |