QQ music downloader

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

Was ist QQ music downloader?

QQ music downloader ist eine Chrome-Erweiterung, die von 大漠孤烟 entwickelt wurde, und ihr Hauptmerkmal ist "You can download songs directly on the QQ Music webpage for free.".

Erweiterungsscreenshots

screenshot

QQ music downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie QQ music downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name QQ music downloader QQ music downloader
ID diipoibplgmlelojkgdpjibgfjgfjkih
Offizielle URL https://chromewebstore.google.com/detail/qq-music-downloader/diipoibplgmlelojkgdpjibgfjgfjkih
Beschreibung You can download songs directly on the QQ Music webpage for free.
Dateigröße 72.7 KB
Installationsanzahl 477
Aktuelle Version 0.0.3
Letztes Update 2021-03-31
Veröffentlichungsdatum 2021-03-30
Bewertung 1.67/5 Insgesamt 3 Bewertungen
Entwickler 大漠孤烟
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}