Rubik Game

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

Apa itu Rubik Game?

Rubik Game adalah ekstensi Chrome yang dikembangkan oleh HTCom, dan fitur utamanya adalah "Rubik game is a funny game to let you try to hack your brain".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rubik Game

Unduh file ekstensi Rubik Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
URL Resmi https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
Deskripsi Rubik game is a funny game to let you try to hack your brain
Ukuran File 268 KB
Jumlah Instalasi 272
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-04-29
Tanggal Publikasi 2019-04-23
Penilaian 3.00/5 Total 2 Penilaian
Pengembang HTCom
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/crx/privacypolicies
Bahasa yang Didukung 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'"
}