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о द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temple Run 2 Unblocked game in browser. Free to play runner"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Temple Run 2 Unblocked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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';" } } |