Stick Jump

Keep your stick figure jumping or perish

Vad är Stick Jump?

Stick Jump är en Chrome-tillägg utvecklad av https://www.playtcubed.com, och dess huvudfunktion är "Keep your stick figure jumping or perish".

Tilläggsskärmbilder

screenshot

Ladda ner Stick Jump-förlängningens CRX-fil

Ladda ner Stick Jump-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

                        A fun hyper casual game where you colored jumper must keep jumping                    

Grundläggande Information om Tillägg

Namn Stick Jump Stick Jump
ID lcbglboacbdbpgagnemfadolnecajdmf
Officiell webbadress https://chromewebstore.google.com/detail/stick-jump/lcbglboacbdbpgagnemfadolnecajdmf
Beskrivning Keep your stick figure jumping or perish
Filstorlek 2.9 MB
Antal Installationer 376
Aktuell Version 1.1.0
Senast Uppdaterad 2021-08-29
Publiceringsdatum 2021-08-29
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare https://www.playtcubed.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.playtcubed.com
Hjälpsida URL http://www.playtcubed.com
URL till Sekretesspolicy Sidan https://playtcubed.com/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Stick Jump",
    "description": "Keep your stick figure jumping or perish",
    "version": "1.1.0",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}