Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
什么是Jiosaavn Downloader Adsblocker?
Jiosaavn Downloader Adsblocker是由ashwanikumar开发的Chrome扩展程序,该扩展的主要功能是“Adds download button next to songs and over albums/playlist etc on jiosaavn.com”。
扩展截图
下载Jiosaavn Downloader Adsblocker扩展crx文件
下载Jiosaavn Downloader Adsblocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | eidjhiiebbjpflgiefngffhnnchhkhmk |
官方URL | https://chrome.google.com/webstore/detail/jiosaavn-downloader-adsbl/eidjhiiebbjpflgiefngffhnnchhkhmk |
简介 | Adds download button next to songs and over albums/playlist etc on jiosaavn.com |
文件大小 | 92.97 KB |
安装次数 | 261 |
当前版本 | 0.0.4 |
更新时间 | 2020-06-16 |
上架时间 | 2020-06-16 |
评分 | 1.00/5 共5次评分 |
开发者 | ashwanikumar |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ashwinsingh2007.github.io/portfoli/ |
帮助页面URL | https://ashwinsingh2007.github.io/portfoli/ |
支持的语言 | 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" ] } |