Ninja vs Zombies 2

Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.

Was ist Ninja vs Zombies 2?

Ninja vs Zombies 2 ist eine Chrome-Erweiterung, die von info.mmbetting entwickelt wurde, und ihr Hauptmerkmal ist "Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.".

Erweiterungsscreenshots

screenshot

Ninja vs Zombies 2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ninja vs Zombies 2-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

                        Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.                    

Grundlegende Informationen zur Erweiterung

Name Ninja vs Zombies 2 Ninja vs Zombies 2
ID hfocadlgliapnkmcjcongichnpknpcdk
Offizielle URL https://chrome.google.com/webstore/detail/ninja-vs-zombies-2/hfocadlgliapnkmcjcongichnpknpcdk
Beschreibung Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.
Dateigröße 7.63 MB
Installationsanzahl 30
Aktuelle Version 1.0.0
Letztes Update 2019-03-31
Veröffentlichungsdatum 2019-03-27
Entwickler info.mmbetting
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.",
    "name": "Ninja vs Zombies 2",
    "version": "1.0.0",
    "author": "Game Ark",
    "short_name": "Ninja vs Zombies 2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_title": "Ninja vs Zombies 2",
        "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.gameark.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",
        "*:\/\/*\/*",
        ""
    ]
}