Super Mario Game
Play the original super mario game online. You can select any level out of 32 or generate a random map.
Qu'est-ce que Super Mario Game ?
Super Mario Game est une extension Chrome développée par https://supermario-game.com, et sa fonction principale est "Play the original super mario game online. You can select any level out of 32 or generate a random map.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Super Mario Game
Téléchargez les fichiers d'extension Super Mario Game 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
Play the original Super Mario bros game for free! All browsers and mobile devices are supported. You can select any level out of 32 or generate a random map.
Informations de Base sur l'Extension
Nom | |
ID | ojmkhcpbojindajmpjhdnbcbopbnjpgn |
URL Officiel | https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn |
Description | Play the original super mario game online. You can select any level out of 32 or generate a random map. |
Taille du Fichier | 6.03 MB |
Nombre d'Installations | 221,989 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-04-28 |
Date de Publication | 2021-04-28 |
Évaluation | 4.07/5 Total 27 Évaluations |
Développeur | https://supermario-game.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://supermario-game.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Mario Game", "description": "Play the original super mario game online. You can select any level out of 32 or generate a random map.", "minimum_chrome_version": "23", "manifest_version": 2, "offline_enabled": true, "version": "1.0.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Mario", "default_popup": "game\/index.html" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |