Rubik Game

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

Cos'è Rubik Game?

Rubik Game è un'estensione di Chrome sviluppata da HTCom, e la sua funzione principale è "Rubik game is a funny game to let you try to hack your brain".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rubik Game

Scarica i file di estensione Rubik Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
URL Ufficiale https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
Descrizione Rubik game is a funny game to let you try to hack your brain
Dimensione del File 268 KB
Conteggio Installazioni 272
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-04-29
Data di Pubblicazione 2019-04-23
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore HTCom
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/crx/privacypolicies
Lingue Supportate 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'"
}