Pixel Space
Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship.
What is Pixel Space?
Pixel Space is a Chrome extension developed by speedypig101, and its main feature is "Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship.".
Extension Screenshots
Download Pixel Space Extension CRX File
Download Pixel Space 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 is a fun retro-style space game. Currently has 10 unlockable ships (collect 30 gems to progress to the next ship), and an INFINITE number of increasingly difficult levels (kill the enemy ship to progress a level).
Extension Basic Information
Name | Pixel Space |
ID | fchfgdipjkemplanmpibkoefaoklahcc |
Official URL | https://chromewebstore.google.com/detail/pixel-space/fchfgdipjkemplanmpibkoefaoklahcc |
Description | Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship. |
File Size | 220 KB |
Installation Count | 101 |
Current Version | 1.0 |
Last Updated | 2017-02-09 |
Publish Date | 2017-02-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | speedypig101 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixel Space", "description": "Arrow keys to fly, Z, X, and C to fire. Collect gems to upgrade your ship.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |