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о
Eメール [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';"
    }
}