Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Jiosaavn Downloader Adsblocker là gì?
Jiosaavn Downloader Adsblocker là một tiện ích mở rộng Chrome được phát triển bởi ashwanikumar, và tính năng chính của nó là "Adds download button next to songs and over albums/playlist etc on jiosaavn.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jiosaavn Downloader Adsblocker
Tải xuống các tệp mở rộng Jiosaavn Downloader Adsblocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eidjhiiebbjpflgiefngffhnnchhkhmk |
URL Chính Thức | https://chrome.google.com/webstore/detail/jiosaavn-downloader-adsbl/eidjhiiebbjpflgiefngffhnnchhkhmk |
Mô tả | Adds download button next to songs and over albums/playlist etc on jiosaavn.com |
Kích Thước Tệp | 92.97 KB |
Số Lần Cài Đặt | 261 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2020-06-16 |
Ngày Phát Hành | 2020-06-16 |
Đánh Giá | 1.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | ashwanikumar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ashwinsingh2007.github.io/portfoli/ |
URL Trang Trợ Giúp | https://ashwinsingh2007.github.io/portfoli/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |