Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Jiosaavn Downloader Adsblockerคืออะไร?
Jiosaavn Downloader Adsblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashwanikumar และคุณลักษณะหลักของมันคือ "Adds download button next to songs and over albums/playlist etc on jiosaavn.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jiosaavn Downloader Adsblocker
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |