Asteroids

Classic asteroids made in Javascript!

What is Asteroids?

Asteroids is a Chrome extension developed by Technik, and its main feature is "Classic asteroids made in Javascript!".

Extension Screenshots

screenshot
screenshot

Download Asteroids Extension CRX File

Download Asteroids 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

                        This extension is a recreation of the original 1979 Asteroids. The only difference is that the black and white are switched while also the live/ scores have different visuals. This should be an extension to download because how fun it is and the boredom it can relieve when there is no work to be done.                    

Extension Basic Information

Name Asteroids Asteroids
ID lpjljcoihnoipcoialpjbnfbojnolkej
Official URL https://chromewebstore.google.com/detail/asteroids/lpjljcoihnoipcoialpjbnfbojnolkej
Description Classic asteroids made in Javascript!
File Size 148 KB
Installation Count 6,000
Current Version 1.0
Last Updated 2019-05-08
Publish Date 2019-05-08
Rating 5.00/5 Total 3 Ratings
Developer Technik
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asteroids",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Classic asteroids made in Javascript!",
    "icons": {
        "128": "asteroids_logo_128.jpg"
    },
    "browser_action": {
        "default_icon": "asteroids_logo.jpg",
        "default_popup": "index.html",
        "default_title": "Asteroids"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'"
}