Smule Downloader

Simple plugin to download video/audio from smule website.

ما هو Smule Downloader؟

Smule Downloader هو إضافة Chrome تم تطويرها بواسطة http://tinturaju.com، والميزة الرئيسية لها هي "Simple plugin to download video/audio from smule website.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Smule Downloader

قم بتنزيل ملفات الامتداد Smule Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم Smule Downloader Smule Downloader
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
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}