Rubik Game

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

Co to jest Rubik Game?

Rubik Game to rozszerzenie Chrome opracowane przez HTCom, a jego główną funkcją jest „Rubik game is a funny game to let you try to hack your brain”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rubik Game

Pobierz pliki rozszerzeń Rubik Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
Oficjalny URL https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
Opis Rubik game is a funny game to let you try to hack your brain
Rozmiar pliku 268 KB
Liczba instalacji 272
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-04-29
Data Publikacji 2019-04-23
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper HTCom
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/crx/privacypolicies
Obsługiwane Języki 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'"
}