Simple Space Invaders

Simple and lightweight Space Invaders Game written in JavaScript

What is Simple Space Invaders?

Simple Space Invaders is a Chrome extension developed by MaxMouse, and its main feature is "Simple and lightweight Space Invaders Game written in JavaScript".

Extension Screenshots

screenshot

Download Simple Space Invaders Extension CRX File

Download Simple Space Invaders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple Space Invaders clone game written in pure JS/HTML.
Have some fun while that annoying website loads.                    

Extension Basic Information

Name Simple Space Invaders Simple Space Invaders
ID kojjcgophkdegmmjdiccpmcnoglklamk
Official URL https://chromewebstore.google.com/detail/simple-space-invaders/kojjcgophkdegmmjdiccpmcnoglklamk
Description Simple and lightweight Space Invaders Game written in JavaScript
File Size 42.54 KB
Installation Count 56,381
Current Version 1.1
Last Updated 2020-12-25
Publish Date 2018-09-17
Rating 4.33/5 Total 12 Ratings
Developer MaxMouse
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Space Invaders",
    "short_name": "SPACE INVADERS",
    "description": "Simple and lightweight Space Invaders Game written in JavaScript",
    "version": "1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": []
}