NetEaseMusicWorld+

Unlock NetEase Music for World

Cos'è NetEaseMusicWorld+?

NetEaseMusicWorld+ è un'estensione di Chrome sviluppata da nondanee, e la sua funzione principale è "Unlock NetEase Music for World".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NetEaseMusicWorld+

Scarica i file di estensione NetEaseMusicWorld+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Fork from: https://github.com/acgotaku/NetEaseMusicWorld
Source: https://github.com/nondanee/NetEaseMusicWorldPlus

Just install this extension to your browser, no need to edit hosts file.
Please email me or create an issue in the Github repository if you meet any problem.

P.S. This is just a web extension, so it only focus on web service. Maybe it gives you a surprise in desktop/mobile app, but I can not guarantee that.                    

Informazioni di Base sull'Estensione

Nome NetEaseMusicWorld+ NetEaseMusicWorld+
ID pjcgkmiglhiambjngnljkdpoggonlnfe
URL Ufficiale https://chromewebstore.google.com/detail/neteasemusicworld+/pjcgkmiglhiambjngnljkdpoggonlnfe
Descrizione Unlock NetEase Music for World
Dimensione del File 22.01 KB
Conteggio Installazioni 43,021
Versione Corrente 0.0.5
Ultimo Aggiornamento 2019-06-01
Data di Pubblicazione 2019-05-31
Valutazione 4.86/5 Totale 179 Valutazioni
Sviluppatore nondanee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nondanee/NetEaseMusicWorldPlus
URL della Pagina di Aiuto https://github.com/nondanee/NetEaseMusicWorldPlus/issues
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/music.163.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": [],
    "manifest_version": 2,
    "permissions": [
        "*:\/\/music.163.com\/",
        "*:\/\/*.music.126.net\/",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "name": "__MSG_name__",
    "author": "nondanee",
    "version": "0.0.5"
}