Classic Space Invaders Offline

A Fun Game of Space Invaders

什么是Classic Space Invaders Offline?

Classic Space Invaders Offline是由mssinghdev开发的Chrome扩展程序,该扩展的主要功能是“A Fun Game of Space Invaders”。

扩展截图

screenshot
screenshot

下载Classic Space Invaders Offline扩展crx文件

下载Classic Space Invaders Offline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Classic Space Invaders Offline Classic Space Invaders Offline
ID dgmbcmlaigenpknampohocfmaapnoach
官方URL https://chromewebstore.google.com/detail/classic-space-invaders-of/dgmbcmlaigenpknampohocfmaapnoach
简介 A Fun Game of Space Invaders
文件大小 24.02 MB
安装次数 56
当前版本 1.0.0
更新时间 2023-06-15
上架时间 2023-06-15
评分 5.00/5 共2次评分
开发者 mssinghdev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/mssinghdev-privacy-policy
支持的语言 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"
    }
}