Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Cos'è Jiosaavn Downloader Adsblocker?
Jiosaavn Downloader Adsblocker è un'estensione di Chrome sviluppata da ashwanikumar, e la sua funzione principale è "Adds download button next to songs and over albums/playlist etc on jiosaavn.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jiosaavn Downloader Adsblocker
Scarica i file di estensione Jiosaavn Downloader Adsblocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | eidjhiiebbjpflgiefngffhnnchhkhmk |
URL Ufficiale | https://chrome.google.com/webstore/detail/jiosaavn-downloader-adsbl/eidjhiiebbjpflgiefngffhnnchhkhmk |
Descrizione | Adds download button next to songs and over albums/playlist etc on jiosaavn.com |
Dimensione del File | 92.97 KB |
Conteggio Installazioni | 261 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2020-06-16 |
Data di Pubblicazione | 2020-06-16 |
Valutazione | 1.00/5 Totale 5 Valutazioni |
Sviluppatore | ashwanikumar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ashwinsingh2007.github.io/portfoli/ |
URL della Pagina di Aiuto | https://ashwinsingh2007.github.io/portfoli/ |
Lingue Supportate | 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" ] } |