Super Mario Game

Play the original super mario game online. You can select any level out of 32 or generate a random map.

Τι είναι το Super Mario Game;

Το Super Mario Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://supermario-game.com, και η κύρια λειτουργία του είναι "Play the original super mario game online. You can select any level out of 32 or generate a random map.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Super Mario Game

Λήψη αρχείων επέκτασης Super Mario Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Super Mario Game Super Mario Game
ID ojmkhcpbojindajmpjhdnbcbopbnjpgn
Επίσημο URL https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn
Περιγραφή Play the original super mario game online. You can select any level out of 32 or generate a random map.
Μέγεθος Αρχείου 6.03 MB
Αριθμός Εγκαταστάσεων 221,989
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-04-28
Ημερομηνία Δημοσίευσης 2021-04-28
Αξιολόγηση 4.07/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής https://supermario-game.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://supermario-game.com/
Υποστηριζόμενες Γλώσσες 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'"
}