Jiosaavn Downloader Adsblocker
Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Jiosaavn Downloader Adsblocker क्या है?
Jiosaavn Downloader Adsblocker ashwanikumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds download button next to songs and over albums/playlist etc on jiosaavn.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jiosaavn Downloader Adsblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |