Smule downloader
This extension helps to download audio files directly from the smule website
Co to jest Smule downloader?
Smule downloader to rozszerzenie Chrome opracowane przez http://sites.google.com/site/jayankaghosh, a jego główną funkcją jest „This extension helps to download audio files directly from the smule website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smule downloader
Pobierz pliki rozszerzeń Smule downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension helps to download audio files directly from the smule website. For any queries please send an email to [email protected]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eadnjpopghnfpmaoggbbmglmjeclkhib |
Oficjalny URL | https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib |
Opis | This extension helps to download audio files directly from the smule website |
Rozmiar pliku | 120 KB |
Liczba instalacji | 933 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-05-01 |
Data Publikacji | 2017-05-01 |
Ocena | 3.98/5 Łącznie 83 Oceny |
Deweloper | http://sites.google.com/site/jayankaghosh |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |