Temple Run 2 Unblocked

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

什么是Temple Run 2 Unblocked?

Temple Run 2 Unblocked是由Imаngi Studiо开发的Chrome扩展程序,该扩展的主要功能是“Temple Run 2 Unblocked game in browser. Free to play runner”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Temple Run 2 Unblocked扩展crx文件

下载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';"
    }
}