Jiosaavn Downloader Adsblocker

Adds download button next to songs and over albums/playlist etc on jiosaavn.com

Qu'est-ce que Jiosaavn Downloader Adsblocker ?

Jiosaavn Downloader Adsblocker est une extension Chrome développée par ashwanikumar, et sa fonction principale est "Adds download button next to songs and over albums/playlist etc on jiosaavn.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jiosaavn Downloader Adsblocker

Téléchargez les fichiers d'extension Jiosaavn Downloader Adsblocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Jiosaavn Downloader Adsblocker Jiosaavn Downloader Adsblocker
ID eidjhiiebbjpflgiefngffhnnchhkhmk
URL Officiel https://chrome.google.com/webstore/detail/jiosaavn-downloader-adsbl/eidjhiiebbjpflgiefngffhnnchhkhmk
Description Adds download button next to songs and over albums/playlist etc on jiosaavn.com
Taille du Fichier 92.97 KB
Nombre d'Installations 261
Version Actuelle 0.0.4
Dernière Mise à Jour 2020-06-16
Date de Publication 2020-06-16
Évaluation 1.00/5 Total 5 Évaluations
Développeur ashwanikumar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ashwinsingh2007.github.io/portfoli/
URL de la Page d'Aide https://ashwinsingh2007.github.io/portfoli/
Langues Prises en Charge 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"
    ]
}