Download Video & MP3 using My Vid Zone
This extension allows you to send the URL of the current tab to myvid.zone website.
Download Video & MP3 using My Vid Zoneคืออะไร?
Download Video & MP3 using My Vid Zone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.myvid.zone และคุณลักษณะหลักของมันคือ "This extension allows you to send the URL of the current tab to myvid.zone website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Video & MP3 using My Vid Zone
ดาวน์โหลดไฟล์ส่วนขยาย Download Video & MP3 using My Vid Zone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you want to download a video (or just its audio) from whatever website, click on this extension icon and send the URL of the video you are watching to https://myvid.zone, a totally free web app specialized to download videos/MP3s to your PC/Android/iOS devices. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gffidcaalplfpmedaiffpjiollicfmnp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp |
| คำอธิบาย | This extension allows you to send the URL of the current tab to myvid.zone website. |
| ขนาดไฟล์ | 11.6 KB |
| จำนวนการติดตั้ง | 1,160 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2019-10-17 |
| วันที่เผยแพร่ | 2019-10-17 |
| คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://www.myvid.zone |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Download Video & MP3 using My Vid Zone",
"short_name": "copyurltomyvid",
"description": "This extension allows you to send the URL of the current tab to myvid.zone website.",
"version": "1.1",
"browser_action": {
"default_icon": "img\/guru16.png",
"default_title": "Press the button to copy the URL to myvid.zone website",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/guru16.png",
"48": "img\/guru48.png",
"128": "img\/guru128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"activeTab",
"tabs"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+C"
}
}
}
} | |