Smule downloader
This extension helps to download audio files directly from the smule website
Smule downloader là gì?
Smule downloader là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/jayankaghosh, và tính năng chính của nó là "This extension helps to download audio files directly from the smule website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smule downloader
Tải xuống các tệp mở rộng Smule downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension helps to download audio files directly from the smule website. For any queries please send an email to [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eadnjpopghnfpmaoggbbmglmjeclkhib |
URL Chính Thức | https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib |
Mô tả | This extension helps to download audio files directly from the smule website |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 933 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-05-01 |
Ngày Phát Hành | 2017-05-01 |
Đánh Giá | 3.98/5 Tổng số 83 Đánh Giá |
Nhà Phát Triển | http://sites.google.com/site/jayankaghosh |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |