LISTEN.moe

Anime/Japanese Radio powered by LISTEN.moe!

What is LISTEN.moe?

LISTEN.moe is a Chrome extension developed by https://listen.moe, and its main feature is "Anime/Japanese Radio powered by LISTEN.moe!".

Extension Screenshots

screenshot

Download LISTEN.moe Extension CRX File

Download LISTEN.moe 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

                        Anime/Japanese Radio powered by LISTEN.moe!

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

Extension Basic Information

Name LISTEN.moe LISTEN.moe
ID bjhaeboalljjbggiljjokojcedhmkfoa
Official URL https://chrome.google.com/webstore/detail/listenmoe/bjhaeboalljjbggiljjokojcedhmkfoa
Description Anime/Japanese Radio powered by LISTEN.moe!
File Size 494 KB
Installation Count 1,000
Current Version 2019.8.7.1
Last Updated 2019-08-07
Publish Date 2019-08-07
Rating 4.71/5 Total 45 Ratings
Developer https://listen.moe
Email [email protected]
Payment Type free
Help Page URL https://github.com/LISTEN-moe/browser-extension
Privacy Policy Page URL https://pilar.moe/privacy
Supported Languages 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"
        }
    }
}