MANGANIME Radio

Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.

Was ist MANGANIME Radio?

MANGANIME Radio ist eine Chrome-Erweiterung, die von PROVIDER entwickelt wurde, und ihr Hauptmerkmal ist "Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.".

Erweiterungsscreenshots

screenshot

MANGANIME Radio-Erweiterungs-CRX-Datei herunterladen

Laden Sie MANGANIME Radio-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

                        Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Electro, Enka, Eurobeat, Group sounds, Hardcore punk, Hip hop, Jazz, Metal, Noise, Noise rock, Onkyokei, Reggae Rock, Rokyoku, Ryukoka, Shibuya-kei, Synthpop, Ska, Visual kei, Eroguro kei, Nagoya kei, Bushi, Dainichido, Bugaku, Danmono, Gagaku, Joruri, Min'yo, Nagauta & more Japanese music styles for free on Manganime Radio.                    

Grundlegende Informationen zur Erweiterung

Name MANGANIME Radio MANGANIME Radio
ID bpeknebldgidjcdnggcjiaggbdhjdgfa
Offizielle URL https://chromewebstore.google.com/detail/manganime-radio/bpeknebldgidjcdnggcjiaggbdhjdgfa
Beschreibung Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.
Dateigröße 981 KB
Installationsanzahl 138
Aktuelle Version 0.12
Letztes Update 2022-01-23
Veröffentlichungsdatum 2018-11-28
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler PROVIDER
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://radio.manganime.ma/
Hilfeseite URL https://radio.manganime.ma/
Unterstützte Sprachen en,fr,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "CHERRAD",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0.2883",
    "short_name": "MANGANIME",
    "name": "__MSG_appName__",
    "version": "0.12",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/radio.manganime.ma",
    "default_locale": "en",
    "icons": {
        "19": "img\/icon_x19.png",
        "24": "img\/icon_x24.png",
        "32": "img\/icon_x32.png",
        "38": "img\/icon_x38.png",
        "48": "img\/icon_x48.png",
        "57": "img\/icon_x57.png",
        "60": "img\/icon_x60.png",
        "64": "img\/icon_x64.png",
        "72": "img\/icon_x72.png",
        "76": "img\/icon_x76.png",
        "96": "img\/icon_x96.png",
        "114": "img\/icon_x114.png",
        "120": "img\/icon_x120.png",
        "128": "img\/icon_x128.png",
        "144": "img\/icon_x144.png",
        "152": "img\/icon_x152.png",
        "180": "img\/icon_x180.png",
        "192": "img\/icon_x192.png",
        "256": "img\/icon_x256.png",
        "512": "img\/icon_x512.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_x16.png",
            "19": "img\/icon_x19.png",
            "24": "img\/icon_x24.png",
            "32": "img\/icon_x32.png",
            "38": "img\/icon_x38.png",
            "48": "img\/icon_x48.png",
            "57": "img\/icon_x57.png",
            "60": "img\/icon_x60.png",
            "64": "img\/icon_x64.png",
            "72": "img\/icon_x72.png",
            "76": "img\/icon_x76.png",
            "96": "img\/icon_x96.png",
            "114": "img\/icon_x114.png",
            "120": "img\/icon_x120.png",
            "128": "img\/icon_x128.png",
            "144": "img\/icon_x144.png",
            "152": "img\/icon_x152.png",
            "180": "img\/icon_x180.png",
            "192": "img\/icon_x192.png",
            "256": "img\/icon_x256.png",
            "512": "img\/icon_x512.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.manganime.ma\/*",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "css\/*",
        "fonts\/*",
        "js\/docProtection.js",
        "js\/background.js",
        "js\/popup.js"
    ]
}