QQ music downloader

You can download songs directly on the QQ Music webpage for free.

What is QQ music downloader?

QQ music downloader is a Chrome extension developed by 大漠孤烟, and its main feature is "You can download songs directly on the QQ Music webpage for free.".

Extension Screenshots

screenshot

Download QQ music downloader Extension CRX File

Download QQ music downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        在QQ音樂的網頁上可以直接免費下載歌曲。
暫不支持僅限客戶端播放的歌曲。
使用方法:
點擊QQ音樂下載選項。如列表頁中,鼠標滑到歌曲上,會出現下載選項,點擊即可。                    

Extension Basic Information

Name QQ music downloader QQ music downloader
ID diipoibplgmlelojkgdpjibgfjgfjkih
Official URL https://chromewebstore.google.com/detail/qq-music-downloader/diipoibplgmlelojkgdpjibgfjgfjkih
Description You can download songs directly on the QQ Music webpage for free.
File Size 72.7 KB
Installation Count 477
Current Version 0.0.3
Last Updated 2021-03-31
Publish Date 2021-03-30
Rating 1.67/5 Total 3 Ratings
Developer 大漠孤烟
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QQ music downloader",
    "version": "0.0.3",
    "description": "You can download songs directly on the QQ Music webpage for free.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "QQ\u97f3\u6a02\u4e0b\u8f09\u52a9\u624b",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/y.qq.com; object-src 'self'",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/y.qq.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html"
}