All Projects → naqushab → Saavn Downloader Extension

naqushab / Saavn Downloader Extension

Chrome Extension to download songs and block ads for jiosaavn.com (previously saavn.com)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Saavn Downloader Extension

sapfy
Spotify daemon recorder and downloader
Stars: ✭ 55 (-25.68%)
Mutual labels:  downloader, songs
Getsong
Download any song mp3 with no dependencies except ffmpeg
Stars: ✭ 102 (+37.84%)
Mutual labels:  songs, downloader
Pixivfanboxdownloader
A Chrome extension for downloading files on Pixiv Fanbox in batches. Chrome 扩展,用于批量下载 Pixiv Fanbox 上的文件。
Stars: ✭ 125 (+68.92%)
Mutual labels:  downloader, chrome-extension
Pixivbatchdownloader
Chrome 扩展,批量下载 Pixiv 的插画和小说。过滤作品、下载时重命名、转换动态图片等。Powerful Pixiv batch downloader. Batch download artworks and novels, filter works, rename when downloading, convert animated images, and more.
Stars: ✭ 1,109 (+1398.65%)
Mutual labels:  downloader, chrome-extension
Ytspotifydl
Youtube and Spotify music downloader with metadata.
Stars: ✭ 34 (-54.05%)
Mutual labels:  songs, downloader
YoutubeSpotifyDL
Youtube and Spotify music downloader with metadata.
Stars: ✭ 66 (-10.81%)
Mutual labels:  downloader, songs
Instagramdownloader
Firefox and Chrome Extention which creates an download button for instagram images and videos and videos
Stars: ✭ 144 (+94.59%)
Mutual labels:  downloader, chrome-extension
Chrome Avgle Helper
👏 A Chrome extension for Avgle and other interesting video sites. Downloader inside
Stars: ✭ 276 (+272.97%)
Mutual labels:  downloader, chrome-extension
Freeyourstuff.cc
freeyourstuff.cc - universal content liberation
Stars: ✭ 60 (-18.92%)
Mutual labels:  downloader, chrome-extension
Insta Downloader Extension
A browser extension that injects download buttons ⬇️ for media on Instagram Web
Stars: ✭ 63 (-14.86%)
Mutual labels:  downloader, chrome-extension
Web Bluetooth Polyfill
Windows 10 Web Bluetooth Polyfill
Stars: ✭ 68 (-8.11%)
Mutual labels:  chrome-extension
Anime Downloader
A simple but powerful anime downloader and streamer.
Stars: ✭ 1,155 (+1460.81%)
Mutual labels:  downloader
Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (-5.41%)
Mutual labels:  chrome-extension
Pakku.js
拯救B站的弹幕体验!
Stars: ✭ 1,182 (+1497.3%)
Mutual labels:  chrome-extension
Snapstory
👻 A public SnapChat story downloader
Stars: ✭ 68 (-8.11%)
Mutual labels:  downloader
Musicdownloader
Material design YouTube mp3/mp4 downloader
Stars: ✭ 70 (-5.41%)
Mutual labels:  downloader
Dl
🍗 a concurrent http file downloader
Stars: ✭ 68 (-8.11%)
Mutual labels:  downloader
Awsconsolerecorder
Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
Stars: ✭ 1,152 (+1456.76%)
Mutual labels:  chrome-extension
Youtubeexplode.converter
Muxes and converts videos from YoutubeExplode
Stars: ✭ 68 (-8.11%)
Mutual labels:  downloader
Scala Js Chrome
ScalaJS bindings for Chrome Extention/App and ChromeOS APIs
Stars: ✭ 73 (-1.35%)
Mutual labels:  chrome-extension

🎵 JioSaavn Song Downloader Chrome Extension + JioSaavn Ads Hider

⭐️ if you love the extension. GitHub stars

Follow me if you want to be updated. 😄 GitHub followers

Song Quality Selector Single Song Download

This Extension will allow you to download any song in JioSaavn seamlessly and easily. It also hides ads from JioSaavn Web.

NOTE

This extension requires JioSaavn API in the backend to fetch Download Links in real time.

Features

  • Select Any Quality Downloads (Supports HQ 320kbps)
  • Download a Single Song
  • Download an Album (in progress)
  • Download a Playlist (in progress)
  • JioSaavn Ad Block

How to use it

  • 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 (not working right now)
  • To Download an Playlist You will see a "Download" button near the playlist name (not working right now)

How to Install it

This extension can not hosted be in chrome webstore (duh!), so you will have to install it manually on chrome. below are the steps:

  • download the extension here : download
  • extract the zip file
  • go to chrome extensions page chrome://extensions/
  • you will see a button called "Load Unpacked Extension.." click that
  • select the extracted folder and press "ok"

Note : the extension will be enabled on development mode. you will have a popup when opening the chrome. press cancel on that popup. you can always enable it again on the chrome extension page.

Issues

  • Album and Playlist downloads are currently not working

Please have a look at other issues before submitting a new one. If you have any issues regarding this extension whih you think is unique, you may submit a issue in here issue link
Please provide all the issue details in the template that is given for a quicker resolution.

Behind the Scenes

Overview

There is a JioSaavn API developed by cachecleanerjeet and fetching Songs Data via that API and then downloading it in Browser and adding perfect metadata in it.

Make sure you check out JioSaavn API page and ⭐️ it if you like. People donot earn anything from this and spend their precious time developing it and release it for free. I am personally a huge fan of structural appraoch and like the repo a lot. A small praise, a good mention makes them feel a lot good and it doesn't cost anything. See right sidebar for the list of contributors to the repo.

How it works

Song

  • When you press a download button on song. it will send a request and generate a download URL from server.
  • Then it will download the song asynchronously in background. as the download song will have a gibberish name and no song details.
  • Then we will download the album art asynchronously.
  • Then we will add ID3 tags (Title, Singer, Cover, Composer and stuff) to the downloaded song.

Album, Playlist (not yet working. In progress)

  • Will download all Songs asynchronously as mentioned above.
  • We will make a virtual zip on memory and create a folder and add the songs there.
  • Download the Zip
  • Somewhat Buggy

Made with ❤️ in India.
Huge shoutout to people reporting the issues and giving me pointers to look on how to fix issues. ❤️
Special shoutout to @cachecleanerjeet for his work on enabling the extension without the CORS extension and making the download a little faster. Great job!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].