Temple Run 2 Unblocked

Temple Run 2 Unblocked game in browser. Free to play runner

Wat is Temple Run 2 Unblocked?

Temple Run 2 Unblocked is een Chrome-extensie ontwikkeld door Imаngi Studiо, en de belangrijkste functie is "Temple Run 2 Unblocked game in browser. Free to play runner".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Temple Run 2 Unblocked

Download Temple Run 2 Unblocked-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

                        Play new Temple Run 2! In this game you will be an archaeologist. A scientist investigates an ancient castle reigned by an immortal monster. The mission is to protect and destroy those who dare to intrude.
Do you enjoy adrenaline-pumping chases? Do you enjoy the adrenaline rush of being pursued by demons?
The discovery of an ancient world's very old tomb. Avoid traps and escape from the great monster. Come play and share Temple Run Game with your friends.
Run that there are forces and do not let yourself be caught, jump over a lot of traps and run around dangerous areas and cliffs.
Temple Run Controls: at the beginning of the game you will go through a training mode.
I hope you have a good time playing the game.                    

Basisinformatie over de Extensie

Naam Temple Run 2 Unblocked Temple Run 2 Unblocked
ID bemcejogidmpfmekigooenmkeohelhmh
Officiële URL https://chrome.google.com/webstore/detail/temple-run-2-unblocked/bemcejogidmpfmekigooenmkeohelhmh
Beschrijving Temple Run 2 Unblocked game in browser. Free to play runner
Bestandsgrootte 9.06 MB
Aantal Installaties 5,616
Huidige Versie 2
Laatst Bijgewerkt 2022-09-03
Publicatiedatum 2022-09-03
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Imаngi Studiо
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vS-IjPVvlt6FXFWUecbhGp-BJVo8sH6C_po6YAlJzs3z2jqXC-03173sfGVXveE6QUDRT1cy6cFjSWs/pub
Ondersteunde Talen en
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temple Run 2 Unblocked",
    "description": "Temple Run 2 Unblocked game in browser. Free to play runner",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/icon.png"
    },
    "version": "2",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon.png"
        },
        "default_title": "Temple Run 2"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/contentRun.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/path.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}