Smule downloader

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

Apa itu Smule downloader?

Smule downloader adalah ekstensi Chrome yang dikembangkan oleh http://sites.google.com/site/jayankaghosh, dan fitur utamanya adalah "This extension helps to download audio files directly from the smule website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Smule downloader

Unduh file ekstensi Smule downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Smule downloader Smule downloader
ID eadnjpopghnfpmaoggbbmglmjeclkhib
URL Resmi https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib
Deskripsi This extension helps to download audio files directly from the smule website
Ukuran File 120 KB
Jumlah Instalasi 933
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-05-01
Tanggal Publikasi 2017-05-01
Penilaian 3.98/5 Total 83 Penilaian
Pengembang http://sites.google.com/site/jayankaghosh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}