Smule downloader
This extension helps to download audio files directly from the smule website
What is Smule downloader?
Smule downloader is a Chrome extension developed by http://sites.google.com/site/jayankaghosh, and its main feature is "This extension helps to download audio files directly from the smule website".
Extension Screenshots
Download Smule downloader Extension CRX File
Download Smule downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps to download audio files directly from the smule website. For any queries please send an email to [email protected]
Extension Basic Information
Name | |
ID | eadnjpopghnfpmaoggbbmglmjeclkhib |
Official URL | https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib |
Description | This extension helps to download audio files directly from the smule website |
File Size | 120 KB |
Installation Count | 933 |
Current Version | 1.1 |
Last Updated | 2017-05-01 |
Publish Date | 2017-05-01 |
Rating | 3.98/5 Total 83 Ratings |
Developer | http://sites.google.com/site/jayankaghosh |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |