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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 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
이메일 [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"
    ]
}