Rubik Game

Rubik game is a funny game to let you try to hack your brain

什么是Rubik Game?

Rubik Game是由HTCom开发的Chrome扩展程序,该扩展的主要功能是“Rubik game is a funny game to let you try to hack your brain”。

扩展截图

screenshot

下载Rubik Game扩展crx文件

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

扩展使用说明

                        This is a rubik game. You will have three types: 3x3, 4x4 and 5x5.                    

扩展基本信息

名称 Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
官方URL https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
简介 Rubik game is a funny game to let you try to hack your brain
文件大小 268 KB
安装次数 272
当前版本 1.0.0
更新时间 2019-04-29
上架时间 2019-04-23
评分 3.00/5 共2次评分
开发者 HTCom
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/crx/privacypolicies
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rubik Game",
    "short_name": "Funny Game",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "Rubik game is a funny game to let you try to hack your brain",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Launch game"
    },
    "background": {
        "page": "bgr.html",
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "game\/*.css",
        "game\/*.js",
        "game\/lib\/*.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}