Classic Space Invaders Offline
A Fun Game of Space Invaders
What is Classic Space Invaders Offline?
Classic Space Invaders Offline is a Chrome extension developed by mssinghdev, and its main feature is "A Fun Game of Space Invaders".
Extension Screenshots
Download Classic Space Invaders Offline Extension CRX File
Download Classic Space Invaders Offline 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
A free offline version of space invaders that you can pop up and play anywhere, anytime without any ads. To play the game: 1. install the extension 2. click on the extension from the extensions tab 3. enjoy the game
Extension Basic Information
Name | Classic Space Invaders Offline |
ID | dgmbcmlaigenpknampohocfmaapnoach |
Official URL | https://chromewebstore.google.com/detail/classic-space-invaders-of/dgmbcmlaigenpknampohocfmaapnoach |
Description | A Fun Game of Space Invaders |
File Size | 24.02 MB |
Installation Count | 56 |
Current Version | 1.0.0 |
Last Updated | 2023-06-15 |
Publish Date | 2023-06-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | mssinghdev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/mssinghdev-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Classic Space Invaders Offline", "description": "A Fun Game of Space Invaders", "version": "1.0.0", "icons": { "16": ".\/img\/spaceinvadersicon16.png", "32": ".\/img\/spaceinvadersicon32.png", "48": ".\/img\/spaceinvadersicon48.png", "128": ".\/img\/spaceinvadersicon128.png" }, "action": { "default_popup": "index.html", "default_title": "Space Invaders", "default_icon": ".\/img\/spaceinvadersicon128.png" } } |