LISTEN.moe

Anime/Japanese Radio powered by LISTEN.moe!

Vad är LISTEN.moe?

LISTEN.moe är en Chrome-tillägg utvecklad av https://listen.moe, och dess huvudfunktion är "Anime/Japanese Radio powered by LISTEN.moe!".

Tilläggsskärmbilder

screenshot

Ladda ner LISTEN.moe-förlängningens CRX-fil

Ladda ner LISTEN.moe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Anime/Japanese Radio powered by LISTEN.moe!

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

Grundläggande Information om Tillägg

Namn LISTEN.moe LISTEN.moe
ID bjhaeboalljjbggiljjokojcedhmkfoa
Officiell webbadress https://chrome.google.com/webstore/detail/listenmoe/bjhaeboalljjbggiljjokojcedhmkfoa
Beskrivning Anime/Japanese Radio powered by LISTEN.moe!
Filstorlek 494 KB
Antal Installationer 1,000
Aktuell Version 2019.8.7.1
Senast Uppdaterad 2019-08-07
Publiceringsdatum 2019-08-07
Betyg 4.71/5 Totalt 45 Betyg
Utvecklare https://listen.moe
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/LISTEN-moe/browser-extension
URL till Sekretesspolicy Sidan https://pilar.moe/privacy
Stödda Språk 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"
        }
    }
}