Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Co to jest Jiosaavn Downloader Adsblocker?
Jiosaavn Downloader Adsblocker to rozszerzenie Chrome opracowane przez ashwanikumar, a jego główną funkcją jest „Adds download button next to songs and over albums/playlist etc on jiosaavn.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jiosaavn Downloader Adsblocker
Pobierz pliki rozszerzeń Jiosaavn Downloader Adsblocker 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 will allow you to download any song, album or playlist in jiosaavn seamlessly and easily. It also hides ads from Saavn Web. - You will have a Download Selector on Top Menu. where you can select your download Quality - To Download a Single Song. You will see a "Download" button near the song title - To Download an Album You will see a "Download" button near the album title - To Download an Playlist You will see a "Download" button near the playlist name
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eidjhiiebbjpflgiefngffhnnchhkhmk |
Oficjalny URL | https://chrome.google.com/webstore/detail/jiosaavn-downloader-adsbl/eidjhiiebbjpflgiefngffhnnchhkhmk |
Opis | Adds download button next to songs and over albums/playlist etc on jiosaavn.com |
Rozmiar pliku | 92.97 KB |
Liczba instalacji | 261 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2020-06-16 |
Data Publikacji | 2020-06-16 |
Ocena | 1.00/5 Łącznie 5 Oceny |
Deweloper | ashwanikumar |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ashwinsingh2007.github.io/portfoli/ |
Adres URL Strony Pomocy | https://ashwinsingh2007.github.io/portfoli/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jiosaavn Downloader Adsblocker", "version": "0.0.4", "manifest_version": 2, "description": "Adds download button next to songs and over albums\/playlist etc on jiosaavn.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.jiosaavn.com\/*", "https:\/\/aa.cf.saavncdn.com\/*", "https:\/\/c.saavncdn.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.jiosaavn.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.jiosaavn.com\/*" ], "js": [ "js\/jquery.min.js", "js\/jszip.js", "js\/filesaver.js", "js\/id3.js", "downloader.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "downloader.js" ] } |