Infinity Mario html5
Play Mario html5.
Qu'est-ce que Infinity Mario html5 ?
Infinity Mario html5 est une extension Chrome développée par Enmx, et sa fonction principale est "Play Mario html5.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Infinity Mario html5
Téléchargez les fichiers d'extension Infinity Mario html5 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
Move: Left/Right Jump/Enter Level: S Fireball/Run: A
Informations de Base sur l'Extension
Nom | |
ID | jaljkflmaaolnnfaedehcaajeknkbaeb |
URL Officiel | https://chrome.google.com/webstore/detail/infinity-mario-html5/jaljkflmaaolnnfaedehcaajeknkbaeb |
Description | Play Mario html5. |
Taille du Fichier | 1.1 MB |
Nombre d'Installations | 2,111 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2019-05-06 |
Date de Publication | 2019-05-05 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Enmx |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon_128.png", "default_title": "Mario html5" }, "background": { "scripts": [ "background.js" ] }, "description": "Play Mario html5.", "manifest_version": 2, "name": "Infinity Mario html5", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "icon_128.png", "16": "icon_16.png" } } |