Rubik Game

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

What is Rubik Game?

Rubik Game is a Chrome extension developed by HTCom, and its main feature is "Rubik game is a funny game to let you try to hack your brain".

Extension Screenshots

screenshot

Download Rubik Game Extension CRX File

Download Rubik Game 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

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

Extension Basic Information

Name Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
Official URL https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
Description Rubik game is a funny game to let you try to hack your brain
File Size 268 KB
Installation Count 272
Current Version 1.0.0
Last Updated 2019-04-29
Publish Date 2019-04-23
Rating 3.00/5 Total 2 Ratings
Developer HTCom
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/crx/privacypolicies
Supported Languages 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'"
}