Smule Downloader
Simple plugin to download video/audio from smule website.
Smule Downloader란 무엇입니까?
Smule Downloader은(는) http://tinturaju.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple plugin to download video/audio from smule website."입니다.
확장 프로그램 스크린샷
Smule Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple extension which adds a download button to Smule. So you can download video/audio files directly from Smule website. File will be downloaded with track name and artists(singers) name , so that you can handle them easily. Please Note : Don't click multiple download buttons at the same time. Please click download button and wait till it starts downloading then proceed with the next one. Otherwise smule may consider it as an illegal activity. Update ------ All existing issues resolved. -------------- Privacy Policy -------------- Do we disclose any information to outside parties? We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. Non-personalized data (which is the address of the smule video or part of it) We may need to send to third party website for grabbing the download link. This will never collect any of your personal information. Do we use cookies? We directly not using any cookies , Third party site which help us to grab download link may use it. (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information Your Consent By using this extension, you consent to our privacy policy. Contacting Us If there are any questions regarding this privacy policy you may contact us using the information below. tintumon18 [at] gmail [dot] com ---------- end of privacy policy------------------ By using this extension you consent to our privacy policy http://www.tinturaju.com/smule_policy Update ------ Fix the downloading issue because of smule website structural change. Existing users please uninstall and reinstall the extension. Courtesy -------- sing.salon for the handle incase of blob videos. If you wish to support me for building useful stuffs donate using the following link. www.instamojo.com/@inspiora If you find any difficulty in downloading smule audio/video please contact me [email protected] If you find this extension helpful follow me on smule https://www.smule.com/TintuRaju website : www.tinturaju.com
확장 프로그램 기본 정보
이름 | |
ID | lmnmnakfmbjfofclicgocmifdgkphgjb |
공식 URL | https://chrome.google.com/webstore/detail/smule-downloader/lmnmnakfmbjfofclicgocmifdgkphgjb |
설명 | Simple plugin to download video/audio from smule website. |
파일 크기 | 699 KB |
설치 횟수 | 4,000 |
현재 버전 | 2.27 |
최근 업데이트 | 2019-10-11 |
출시 날짜 | 2019-10-10 |
평점 | 4.38/5 총 155 개의 평점 |
개발자 | http://tinturaju.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tinturaju.com |
개인정보 보호 정책 페이지 URL | http://www.tinturaju.com/smule_policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smule Downloader", "version": "2.27", "description": "Simple plugin to download video\/audio from smule website.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "downloads", "storage", "http:\/\/www.smule.com\/*", "https:\/\/www.smule.com\/*" ], "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_title": "Smule Downloader", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |