Temple Run 2 Unblocked

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

Τι είναι το Temple Run 2 Unblocked;

Το Temple Run 2 Unblocked είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Imаngi Studiо, και η κύρια λειτουργία του είναι "Temple Run 2 Unblocked game in browser. Free to play runner".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Temple Run 2 Unblocked

Λήψη αρχείων επέκτασης Temple Run 2 Unblocked σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Temple Run 2 Unblocked Temple Run 2 Unblocked
ID bemcejogidmpfmekigooenmkeohelhmh
Επίσημο URL https://chrome.google.com/webstore/detail/temple-run-2-unblocked/bemcejogidmpfmekigooenmkeohelhmh
Περιγραφή Temple Run 2 Unblocked game in browser. Free to play runner
Μέγεθος Αρχείου 9.06 MB
Αριθμός Εγκαταστάσεων 5,616
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2022-09-03
Ημερομηνία Δημοσίευσης 2022-09-03
Αξιολόγηση 2.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Imаngi Studiо
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vS-IjPVvlt6FXFWUecbhGp-BJVo8sH6C_po6YAlJzs3z2jqXC-03173sfGVXveE6QUDRT1cy6cFjSWs/pub
Υποστηριζόμενες Γλώσσες 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';"
    }
}