Z Recorded Video Downloader
Z Recorded Video Downloader
Z Recorded Video Downloaderคืออะไร?
Z Recorded Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yohan Rathnayaka และคุณลักษณะหลักของมันคือ "Z Recorded Video Downloader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Z Recorded Video Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Z Recorded Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"Zoom™" recording videos that are not allowed to download, you can easily download them using this extension
~~~~~~~STEP~~~~~~~
1. First, go to the Zoom™ Recorded video
2. Then you can see "Right click here and click Save link as..." button
3. Right-click the mouse on the button
4. Click the "Save link as..."
Zoom™ is a registered trade mark of Zoom™ Inc. The use of the Zoom™ trade name or trademark is for identification, reference or descriptive. This extension has no connection to Zoom™ Inc or their product brand. All the occurrences of the word "Zoom" is for descriptive purpose only. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pfephgbbpbfofokgkhmpgojohjcemjao |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/z-recorded-video-download/pfephgbbpbfofokgkhmpgojohjcemjao |
| คำอธิบาย | Z Recorded Video Downloader |
| ขนาดไฟล์ | 44.55 KB |
| จำนวนการติดตั้ง | 180 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2022-11-07 |
| วันที่เผยแพร่ | 2022-11-06 |
| ผู้พัฒนา | Yohan Rathnayaka |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/goodtechsolution/home |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Z Recorded Video Downloader",
"description": "Z Recorded Video Downloader",
"version": "1.2",
"options_page": "popup.html",
"content_scripts": [
{
"matches": [
"https:\/\/*.zoom.us\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/content.css"
]
}
],
"icons": {
"120": "img\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "Z Recorded Video Downloader",
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.zoom.us\/*"
],
"resources": [
"img\/*"
]
}
]
} | |