Smule downloader

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

Vad är Smule downloader?

Smule downloader är en Chrome-tillägg utvecklad av http://sites.google.com/site/jayankaghosh, och dess huvudfunktion är "This extension helps to download audio files directly from the smule website".

Tilläggsskärmbilder

screenshot

Ladda ner Smule downloader-förlängningens CRX-fil

Ladda ner Smule downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Smule downloader Smule downloader
ID eadnjpopghnfpmaoggbbmglmjeclkhib
Officiell webbadress https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib
Beskrivning This extension helps to download audio files directly from the smule website
Filstorlek 120 KB
Antal Installationer 933
Aktuell Version 1.1
Senast Uppdaterad 2017-05-01
Publiceringsdatum 2017-05-01
Betyg 3.98/5 Totalt 83 Betyg
Utvecklare http://sites.google.com/site/jayankaghosh
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}