Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Co je Jiosaavn Downloader Adsblocker?
Jiosaavn Downloader Adsblocker je rozšíření Chrome vyvinuté ashwanikumar, a jeho hlavní funkcí je „Adds download button next to songs and over albums/playlist etc on jiosaavn.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Jiosaavn Downloader Adsblocker
Stáhněte si soubory rozšíření Jiosaavn Downloader Adsblocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | eidjhiiebbjpflgiefngffhnnchhkhmk |
Oficiální URL | https://chrome.google.com/webstore/detail/jiosaavn-downloader-adsbl/eidjhiiebbjpflgiefngffhnnchhkhmk |
Popis | Adds download button next to songs and over albums/playlist etc on jiosaavn.com |
Velikost souboru | 92.97 KB |
Počet instalací | 261 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2020-06-16 |
Datum Vydání | 2020-06-16 |
Hodnocení | 1.00/5 Celkem 5 Hodnocení |
Vývojář | ashwanikumar |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://ashwinsingh2007.github.io/portfoli/ |
URL Stránky Nápovědy | https://ashwinsingh2007.github.io/portfoli/ |
Podporované Jazyky | 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" ] } |