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
Eメール [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'"
}