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 |
官方網址 | 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" ] } |