Jiosaavn Downloader Adsblocker

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

Jiosaavn Downloader Adsblockerとは何ですか?

Jiosaavn Downloader Adsblockerはashwanikumarによって開発されたChromeの拡張機能で、その主な機能は「Adds download button next to songs and over albums/playlist etc on jiosaavn.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Jiosaavn Downloader Adsblocker拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 Jiosaavn Downloader Adsblocker Jiosaavn Downloader Adsblocker
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
Eメール [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"
    ]
}