Mario Combat Deluxe
Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
Was ist Mario Combat Deluxe?
Mario Combat Deluxe ist eine Chrome-Erweiterung, die von ayalastar450 entwickelt wurde, und ihr Hauptmerkmal ist "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.".
Erweiterungsscreenshots
Mario Combat Deluxe-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mario Combat Deluxe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nngcjckapaammanlmbhpbkkfcnmkbepd |
Offizielle URL | https://chrome.google.com/webstore/detail/mario-combat-deluxe/nngcjckapaammanlmbhpbkkfcnmkbepd |
Beschreibung | Here your objective is to attack the enemies and eliminate all of them in the level within a time limit. |
Dateigröße | 4.84 MB |
Installationsanzahl | 27 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-04-07 |
Veröffentlichungsdatum | 2019-04-04 |
Entwickler | ayalastar450 |
Zahlungsart | free |
Unterstützte Sprachen | 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", "*:\/\/*\/*", " |