LISTEN.moe

Anime/Japanese Radio powered by LISTEN.moe!

什么是LISTEN.moe?

LISTEN.moe是由https://listen.moe开发的Chrome扩展程序,该扩展的主要功能是“Anime/Japanese Radio powered by LISTEN.moe!”。

扩展截图

screenshot

下载LISTEN.moe扩展crx文件

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

扩展使用说明

                        Anime/Japanese Radio powered by LISTEN.moe!

Github: https://github.com/LISTEN-moe/browser-extension                    

扩展基本信息

名称 LISTEN.moe LISTEN.moe
ID bjhaeboalljjbggiljjokojcedhmkfoa
官方URL https://chrome.google.com/webstore/detail/listenmoe/bjhaeboalljjbggiljjokojcedhmkfoa
简介 Anime/Japanese Radio powered by LISTEN.moe!
文件大小 494 KB
安装次数 1,000
当前版本 2019.8.7.1
更新时间 2019-08-07
上架时间 2019-08-07
评分 4.71/5 共45次评分
开发者 https://listen.moe
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/LISTEN-moe/browser-extension
隐私政策页面URL https://pilar.moe/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "pilar6195",
    "name": "LISTEN.moe",
    "description": "Anime\/Japanese Radio powered by LISTEN.moe!",
    "version": "2019.8.7.1",
    "version_name": "Itsuki",
    "minimum_chrome_version": "55.0.2883",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "*:\/\/*.listen.moe\/*",
        "cookies",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "24": "images\/logo24.png",
            "32": "images\/logo32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "toggle_radio": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            },
            "description": "Toggle Radio"
        },
        "now_playing": {
            "description": "Display Now Playing"
        },
        "vol_up": {
            "description": "Raise Radio Volume"
        },
        "vol_down": {
            "description": "Lower Radio Volume"
        }
    }
}