LISTEN.moe
Anime/Japanese Radio powered by LISTEN.moe!
LISTEN.moeとは何ですか?
LISTEN.moeはhttps://listen.moeによって開発されたChromeの拡張機能で、その主な機能は「Anime/Japanese Radio powered by LISTEN.moe!」です。
拡張機能のスクリーンショット
LISTEN.moe拡張機能のCRXファイルをダウンロード
LISTEN.moe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Anime/Japanese Radio powered by LISTEN.moe! Github: https://github.com/LISTEN-moe/browser-extension
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } } |