Super Mario Game
Play the original super mario game online. You can select any level out of 32 or generate a random map.
Vad är Super Mario Game?
Super Mario Game är en Chrome-tillägg utvecklad av https://supermario-game.com, och dess huvudfunktion är "Play the original super mario game online. You can select any level out of 32 or generate a random map.".
Tilläggsskärmbilder
Ladda ner Super Mario Game-förlängningens CRX-fil
Ladda ner Super Mario Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ojmkhcpbojindajmpjhdnbcbopbnjpgn |
Officiell webbadress | https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn |
Beskrivning | Play the original super mario game online. You can select any level out of 32 or generate a random map. |
Filstorlek | 6.03 MB |
Antal Installationer | 221,989 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-04-28 |
Publiceringsdatum | 2021-04-28 |
Betyg | 4.07/5 Totalt 27 Betyg |
Utvecklare | https://supermario-game.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://supermario-game.com/ |
Stödda Språk | 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'" } |