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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |