Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Wat is Jiosaavn Downloader Adsblocker?
Jiosaavn Downloader Adsblocker is een Chrome-extensie ontwikkeld door ashwanikumar, en de belangrijkste functie is "Adds download button next to songs and over albums/playlist etc on jiosaavn.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Jiosaavn Downloader Adsblocker
Download Jiosaavn Downloader Adsblocker-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 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
Basisinformatie over de Extensie
Naam | |
ID | eidjhiiebbjpflgiefngffhnnchhkhmk |
Officiële URL | https://chrome.google.com/webstore/detail/jiosaavn-downloader-adsbl/eidjhiiebbjpflgiefngffhnnchhkhmk |
Beschrijving | Adds download button next to songs and over albums/playlist etc on jiosaavn.com |
Bestandsgrootte | 92.97 KB |
Aantal Installaties | 261 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2020-06-16 |
Publicatiedatum | 2020-06-16 |
Beoordeling | 1.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | ashwanikumar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ashwinsingh2007.github.io/portfoli/ |
Help Pagina-URL | https://ashwinsingh2007.github.io/portfoli/ |
Ondersteunde Talen | 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" ] } |