NetEaseMusicWorld+

Unlock NetEase Music for World

Vad är NetEaseMusicWorld+?

NetEaseMusicWorld+ är en Chrome-tillägg utvecklad av nondanee, och dess huvudfunktion är "Unlock NetEase Music for World".

Tilläggsskärmbilder

screenshot

Ladda ner NetEaseMusicWorld+-förlängningens CRX-fil

Ladda ner NetEaseMusicWorld+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NetEaseMusicWorld+ NetEaseMusicWorld+
ID pjcgkmiglhiambjngnljkdpoggonlnfe
Officiell webbadress https://chromewebstore.google.com/detail/neteasemusicworld+/pjcgkmiglhiambjngnljkdpoggonlnfe
Beskrivning Unlock NetEase Music for World
Filstorlek 22.01 KB
Antal Installationer 43,021
Aktuell Version 0.0.5
Senast Uppdaterad 2019-06-01
Publiceringsdatum 2019-05-31
Betyg 4.86/5 Totalt 179 Betyg
Utvecklare nondanee
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/nondanee/NetEaseMusicWorldPlus
Hjälpsida URL https://github.com/nondanee/NetEaseMusicWorldPlus/issues
Stödda Språk 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"
}