QQ music downloader

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

Qu'est-ce que QQ music downloader ?

QQ music downloader est une extension Chrome développée par 大漠孤烟, et sa fonction principale est "You can download songs directly on the QQ Music webpage for free.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QQ music downloader

Téléchargez les fichiers d'extension QQ music downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom QQ music downloader QQ music downloader
ID diipoibplgmlelojkgdpjibgfjgfjkih
URL Officiel https://chromewebstore.google.com/detail/qq-music-downloader/diipoibplgmlelojkgdpjibgfjgfjkih
Description You can download songs directly on the QQ Music webpage for free.
Taille du Fichier 72.7 KB
Nombre d'Installations 477
Version Actuelle 0.0.3
Dernière Mise à Jour 2021-03-31
Date de Publication 2021-03-30
Évaluation 1.67/5 Total 3 Évaluations
Développeur 大漠孤烟
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}