MANGANIME Radio

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

What is MANGANIME Radio?

MANGANIME Radio is a Chrome extension developed by PROVIDER, and its main feature is "Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.".

Extension Screenshots

screenshot

Download MANGANIME Radio Extension CRX File

Download MANGANIME Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MANGANIME Radio MANGANIME Radio
ID bpeknebldgidjcdnggcjiaggbdhjdgfa
Official URL https://chromewebstore.google.com/detail/manganime-radio/bpeknebldgidjcdnggcjiaggbdhjdgfa
Description Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.
File Size 981 KB
Installation Count 138
Current Version 0.12
Last Updated 2022-01-23
Publish Date 2018-11-28
Rating 4.29/5 Total 7 Ratings
Developer PROVIDER
Email [email protected]
Payment Type free
Extension Website https://radio.manganime.ma/
Help Page URL https://radio.manganime.ma/
Supported Languages 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"
    ]
}