Smule downloader
This extension helps to download audio files directly from the smule website
Smule downloaderคืออะไร?
Smule downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/jayankaghosh และคุณลักษณะหลักของมันคือ "This extension helps to download audio files directly from the smule website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smule downloader
ดาวน์โหลดไฟล์ส่วนขยาย Smule downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps to download audio files directly from the smule website. For any queries please send an email to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eadnjpopghnfpmaoggbbmglmjeclkhib |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib |
คำอธิบาย | This extension helps to download audio files directly from the smule website |
ขนาดไฟล์ | 120 KB |
จำนวนการติดตั้ง | 933 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-05-01 |
วันที่เผยแพร่ | 2017-05-01 |
คะแนน | 3.98/5 รวมทั้งหมด 83 คะแนน |
ผู้พัฒนา | http://sites.google.com/site/jayankaghosh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smule downloader", "description": "This extension helps to download audio files directly from the smule website", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Made with l<3ve by j0y" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.smule.com\/*" ], "js": [ "Smule.js" ] } ] } |