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
官方網址 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'"
}