Space Invaders Classic

Take the real pleasure from pop up game

Was ist Space Invaders Classic?

Space Invaders Classic ist eine Chrome-Erweiterung, die von Games Classic entwickelt wurde, und ihr Hauptmerkmal ist "Take the real pleasure from pop up game".

Erweiterungsscreenshots

screenshot

Space Invaders Classic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Space Invaders Classic-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

                        The undoubted advantage of the extension is quick access. And when the game is in quick access, it’s much more enjoyable and possible to play at any time. You can play at work and school, or while your wife does not see.

The classic version of the famous game in a convenient format. Who didn't want to become a Space Invader as a child?                    

Grundlegende Informationen zur Erweiterung

Name Space Invaders Classic Space Invaders Classic
ID ldnbjncokcakipbpkpmgpaeklpbjlpck
Offizielle URL https://chromewebstore.google.com/detail/space-invaders-classic/ldnbjncokcakipbpkpmgpaeklpbjlpck
Beschreibung Take the real pleasure from pop up game
Dateigröße 374 KB
Installationsanzahl 637
Aktuelle Version 1.0.0.1
Letztes Update 2022-06-18
Veröffentlichungsdatum 2022-01-05
Entwickler Games Classic
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://bit.ly/3wwRKgg
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "files\/superagent.js",
            "files\/anticheat.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.1"
}