Mario Combat Deluxe

Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.

Τι είναι το Mario Combat Deluxe;

Το Mario Combat Deluxe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ayalastar450, και η κύρια λειτουργία του είναι "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.".

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

screenshot

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

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

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

                        Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.                    

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

Όνομα Mario Combat Deluxe Mario Combat Deluxe
ID nngcjckapaammanlmbhpbkkfcnmkbepd
Επίσημο URL https://chrome.google.com/webstore/detail/mario-combat-deluxe/nngcjckapaammanlmbhpbkkfcnmkbepd
Περιγραφή Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
Μέγεθος Αρχείου 4.84 MB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-04-07
Ημερομηνία Δημοσίευσης 2019-04-04
Προγραμματιστής ayalastar450
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.",
    "name": "Mario Combat Deluxe",
    "version": "1.0.0",
    "author": "New Grounds",
    "short_name": "Mario Combat Deluxe",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_title": "Mario Combat Deluxe",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/config.js",
            "js\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/www.newgrounds.com",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.cdn-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        ""
    ]
}