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"입니다.
확장 프로그램 스크린샷
Temple Run 2 Unblocked 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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';" } } |