Video Downloader
The fastest and easiest way to save any video from Web Browser.
Video Downloaderคืออะไร?
Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cool Apps และคุณลักษณะหลักของมันคือ "The fastest and easiest way to save any video from Web Browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It lets you save multiple versions of videos from many popular video websites. Choose the quality of the videos you want to save. • It is NOT a Youtube Downloader. Due to restrictions of the Google Webstore Policies and Developer Program Policies this extension can not work for Youtube Videos. • This extension lets you save multiple versions of a video in HD and SD format from many popular video websites. ================================== Works for any video file from your most favorite websites and video hosting platforms. It removes the ads and annoyances away. Install this software now. This can help for videos instagram and also facebook videos ================================== Features ✓ detects multiple formats. Begin your mp4 and online video saving now. ✓ supports MP4, MOV, AVI, ASF, MPG and many more. ✓ works for almost from 99% of video hosting websites. ✓ works on multiple videos simultaneously ✓ allows you to skip parts and you don't have to watch ads ✓ Easy, fast, safe and light! ✗ It is NOT a Youtube Downloader. Please don't ask to add this feature. We are not allowed to!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Downloader |
ID | jdkaphhhiagdjnojjkpknoaigekgekjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-downloader/jdkaphhhiagdjnojjkpknoaigekgekjh |
คำอธิบาย | The fastest and easiest way to save any video from Web Browser. |
ขนาดไฟล์ | 145 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 3.0.2 |
อัปเดตครั้งล่าสุด | 2023-06-12 |
วันที่เผยแพร่ | 2020-04-21 |
คะแนน | 3.67/5 รวมทั้งหมด 514 คะแนน |
ผู้พัฒนา | Cool Apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://audio-editor.freeonlineapps.net/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.2", "manifest_version": 3, "icons": { "16": "\/img\/icon-16.png", "48": "\/img\/icon-48.png", "128": "\/img\/icon-128.png" }, "permissions": [ "webRequest", "downloads", "tabs" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "\/js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_start" } ], "background": { "service_worker": "\/js\/background.js" }, "action": { "default_title": "__MSG_appName__", "default_icon": "\/img\/icon-24.png", "default_popup": "\/ui\/popup.html" }, "homepage_url": "https:\/\/video-downloader.freeonlineapps.net\/" } |