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".

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

screenshot

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

قم بتنزيل ملفات الامتداد Smule downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension helps to download audio files directly from the smule website.

For any queries please send an email to [email protected]                    

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

الاسم Smule downloader Smule downloader
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"
            ]
        }
    ]
}