Mario Combat Deluxe

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

Co to jest Mario Combat Deluxe?

Mario Combat Deluxe to rozszerzenie Chrome opracowane przez ayalastar450, a jego główną funkcją jest „Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mario Combat Deluxe

Pobierz pliki rozszerzeń Mario Combat Deluxe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Mario Combat Deluxe Mario Combat Deluxe
ID nngcjckapaammanlmbhpbkkfcnmkbepd
Oficjalny URL https://chrome.google.com/webstore/detail/mario-combat-deluxe/nngcjckapaammanlmbhpbkkfcnmkbepd
Opis Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
Rozmiar pliku 4.84 MB
Liczba instalacji 27
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-04-07
Data Publikacji 2019-04-04
Deweloper ayalastar450
Typ Płatności free
Obsługiwane Języki 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",
        "*:\/\/*\/*",
        ""
    ]
}