MANGANIME Radio

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

什么是MANGANIME Radio?

MANGANIME Radio是由PROVIDER开发的Chrome扩展程序,该扩展的主要功能是“Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.”。

扩展截图

screenshot

下载MANGANIME Radio扩展crx文件

下载MANGANIME Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MANGANIME Radio MANGANIME Radio
ID bpeknebldgidjcdnggcjiaggbdhjdgfa
官方URL https://chromewebstore.google.com/detail/manganime-radio/bpeknebldgidjcdnggcjiaggbdhjdgfa
简介 Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.
文件大小 981 KB
安装次数 138
当前版本 0.12
更新时间 2022-01-23
上架时间 2018-11-28
评分 4.29/5 共7次评分
开发者 PROVIDER
电子邮箱 [email protected]
付费类型 free
扩展官网 https://radio.manganime.ma/
帮助页面URL https://radio.manganime.ma/
支持的语言 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"
    ]
}