MANGANIME Radio
Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.
Qu'est-ce que MANGANIME Radio ?
MANGANIME Radio est une extension Chrome développée par PROVIDER, et sa fonction principale est "Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MANGANIME Radio
Téléchargez les fichiers d'extension MANGANIME Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | MANGANIME Radio |
ID | bpeknebldgidjcdnggcjiaggbdhjdgfa |
URL Officiel | https://chromewebstore.google.com/detail/manganime-radio/bpeknebldgidjcdnggcjiaggbdhjdgfa |
Description | Listen to the best Anime music (Japanese music, j-pop, j-rock, Kayokyoku, Chiptune and more for free on MANGANIME Radio. |
Taille du Fichier | 981 KB |
Nombre d'Installations | 138 |
Version Actuelle | 0.12 |
Dernière Mise à Jour | 2022-01-23 |
Date de Publication | 2018-11-28 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | PROVIDER |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://radio.manganime.ma/ |
URL de la Page d'Aide | https://radio.manganime.ma/ |
Langues Prises en Charge | 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" ] } |