Music Downloader - VKloader

Save music in one click! Fast download of tracks from VK, as well as from many other audio resources.

Music Downloader - VKloader란 무엇입니까?

Music Downloader - VKloader은(는) VKloader App에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save music in one click! Fast download of tracks from VK, as well as from many other audio resources."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Music Downloader - VKloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a completely free extension for Google Chrome browser that allows you to save your favorite audio files from VKontakte, as well as other websites (music resources). With our extension, everyone can save high quality track in one click!

How the extension works on other websites:

VKloader runs in the background. If the current page has audio content that can be downloaded - (right-click anywhere on the page and select "Download music" from the context menu), then VKloader will display it in a pop-up window. You just need to click on the audio file to download it to your device.

If you find an error, please report it in the comments section and measures will be taken to eliminate it in the near future. We'd also love to hear ideas for adding new features.

Just install the extension to appreciate the benefits of VKloader and enjoy listening to your favorite music without any restrictions offline.                    

확장 프로그램 기본 정보

이름 Music Downloader - VKloader Music Downloader - VKloader
ID jjkpcgpldidionkojinpkmdglclfdccc
공식 URL https://chrome.google.com/webstore/detail/music-downloader-vkloader/jjkpcgpldidionkojinpkmdglclfdccc
설명 Save music in one click! Fast download of tracks from VK, as well as from many other audio resources.
파일 크기 256 KB
설치 횟수 100,000
현재 버전 1.0.4
최근 업데이트 2022-07-12
출시 날짜 2021-07-29
평점 4.88/5 총 7320 개의 평점
개발자 VKloader App
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/vkloader/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/superagent.js",
            "js\/hls.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "assets\/content.css",
                "assets\/shareModal.css"
            ],
            "js": [
                "js\/content.js",
                "libs\/shareModal.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-listeners.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "downloads",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "img\/loader.gif"
    ]
}