Stick Jump
Keep your stick figure jumping or perish
什么是Stick Jump?
Stick Jump是由https://www.playtcubed.com开发的Chrome扩展程序,该扩展的主要功能是“Keep your stick figure jumping or perish”。
扩展截图
下载Stick Jump扩展crx文件
下载Stick Jump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A fun hyper casual game where you colored jumper must keep jumping                     扩展基本信息
| 名称 |   |  
| ID | lcbglboacbdbpgagnemfadolnecajdmf | 
| 官方URL | https://chromewebstore.google.com/detail/stick-jump/lcbglboacbdbpgagnemfadolnecajdmf | 
| 简介 | Keep your stick figure jumping or perish | 
| 文件大小 | 2.9 MB | 
| 安装次数 | 376 | 
| 当前版本 | 1.1.0 | 
| 更新时间 | 2021-08-29 | 
| 上架时间 | 2021-08-29 | 
| 评分 | 2.00/5 共1次评分 | 
| 开发者 | https://www.playtcubed.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | http://www.playtcubed.com | 
| 帮助页面URL | http://www.playtcubed.com | 
| 隐私政策页面URL | https://playtcubed.com/privacy-policy | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Stick Jump",
    "description": "Keep your stick figure jumping or perish",
    "version": "1.1.0",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}  |  |