Rubik Game

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

Wat is Rubik Game?

Rubik Game is een Chrome-extensie ontwikkeld door HTCom, en de belangrijkste functie is "Rubik game is a funny game to let you try to hack your brain".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rubik Game

Download Rubik Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
Officiële URL https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
Beschrijving Rubik game is a funny game to let you try to hack your brain
Bestandsgrootte 268 KB
Aantal Installaties 272
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-04-29
Publicatiedatum 2019-04-23
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar HTCom
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/crx/privacypolicies
Ondersteunde Talen 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'"
}