Rubik Game

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

Vad är Rubik Game?

Rubik Game är en Chrome-tillägg utvecklad av HTCom, och dess huvudfunktion är "Rubik game is a funny game to let you try to hack your brain".

Tilläggsskärmbilder

screenshot

Ladda ner Rubik Game-förlängningens CRX-fil

Ladda ner Rubik Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
Officiell webbadress https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
Beskrivning Rubik game is a funny game to let you try to hack your brain
Filstorlek 268 KB
Antal Installationer 272
Aktuell Version 1.0.0
Senast Uppdaterad 2019-04-29
Publiceringsdatum 2019-04-23
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare HTCom
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/crx/privacypolicies
Stödda Språk 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'"
}