Smule downloader
This extension helps to download audio files directly from the smule website
Wat is Smule downloader?
Smule downloader is een Chrome-extensie ontwikkeld door http://sites.google.com/site/jayankaghosh, en de belangrijkste functie is "This extension helps to download audio files directly from the smule website".
Extensie Screenshots
Download het CRX-bestand van de extensie Smule downloader
Download Smule downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension helps to download audio files directly from the smule website. For any queries please send an email to [email protected]
Basisinformatie over de Extensie
Naam | |
ID | eadnjpopghnfpmaoggbbmglmjeclkhib |
Officiële URL | https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib |
Beschrijving | This extension helps to download audio files directly from the smule website |
Bestandsgrootte | 120 KB |
Aantal Installaties | 933 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-05-01 |
Publicatiedatum | 2017-05-01 |
Beoordeling | 3.98/5 Totaal 83 Beoordelingen |
Ontwikkelaar | http://sites.google.com/site/jayankaghosh |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |