mafengwo mp3 downloader

识别蚂蜂窝游记页面的MP3信息并下载

Qu'est-ce que mafengwo mp3 downloader ?

mafengwo mp3 downloader est une extension Chrome développée par mafei7776, et sa fonction principale est "识别蚂蜂窝游记页面的MP3信息并下载".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension mafengwo mp3 downloader

Téléchargez les fichiers d'extension mafengwo mp3 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

                        喜欢浏览蚂蜂窝(http://www.mafengwo.cn/)的朋友不要错过哦                    

Informations de Base sur l'Extension

Nom mafengwo mp3 downloader mafengwo mp3 downloader
ID olngcgpfadeplnlikpbklbgbkahhgccp
URL Officiel https://chromewebstore.google.com/detail/mafengwo-mp3-downloader/olngcgpfadeplnlikpbklbgbkahhgccp
Description 识别蚂蜂窝游记页面的MP3信息并下载
Taille du Fichier 79.7 KB
Nombre d'Installations 37
Version Actuelle 0.5
Dernière Mise à Jour 2019-02-03
Date de Publication 2019-02-02
Développeur mafei7776
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mafeifan/mafengwo-mp3-downloader
URL de la Page d'Aide https://github.com/mafeifan/mafengwo-mp3-downloader
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mafengwo mp3 downloader",
    "version": "0.5",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/mafeifan\/mafengwo-mp3-downloader",
    "description": "\u8bc6\u522b\u8682\u8702\u7a9d\u6e38\u8bb0\u9875\u9762\u7684MP3\u4fe1\u606f\u5e76\u4e0b\u8f7d",
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "*:\/\/*.mafengwo.net\/*",
        "*:\/\/*.mafengwo.cn\/*",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jsmediatags.min.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}