Two Tunnel 3D
Two Tunnel 3D is a slope game genre with two game modes. You can freely control the 3D space tunnel with various obstacles
Cos'è Two Tunnel 3D?
Two Tunnel 3D è un'estensione di Chrome sviluppata da unblocked66, e la sua funzione principale è "Two Tunnel 3D is a slope game genre with two game modes. You can freely control the 3D space tunnel with various obstacles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Two Tunnel 3D
Scarica i file di estensione Two Tunnel 3D in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Two Tunnels 3D is an endless tunnel game consisting of amazing gameplay and a soundtrack. Players must avoid the gaps to keep the ball in the tunnel. The balls will speed up and control will be more difficult. The color of the tunnel changes at every stage. How to play? Control the ball by tapping left or right to move the ball to the appropriate position. If you miss a platform, you fail. Game Controls: "A, D" and "Left-Right Arrows". Game Features: Simple and addictive gameplay Modes for one and two players Stupendous 3D effects High score leaderboard Fun soundtracks
Informazioni di Base sull'Estensione
Nome | Two Tunnel 3D |
ID | kahkchahcmjonofkjdgjjhmimlafihec |
URL Ufficiale | https://chromewebstore.google.com/detail/two-tunnel-3d/kahkchahcmjonofkjdgjjhmimlafihec |
Descrizione | Two Tunnel 3D is a slope game genre with two game modes. You can freely control the 3D space tunnel with various obstacles |
Dimensione del File | 15.58 MB |
Conteggio Installazioni | 94 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2022-05-19 |
Data di Pubblicazione | 2022-05-18 |
Sviluppatore | unblocked66 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://unblocked66.games/two-tunnel-3d?utm_source=ext&utm_medium=link&utm_campaign=page |
URL della Pagina di Aiuto | https://unblocked66.games/two-tunnel-3d?utm_source=ext&utm_medium=sp&utm_campaign=page |
URL della Pagina della Politica sulla Privacy | https://policy.unblocked66.games |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "2.1", "default_locale": "en", "description": "__MSG_description__", "homepage_url": "https:\/\/unblocked66.games\/two-tunnel-3d?utm_source=ext&utm_medium=install&utm_campaign=homepage", "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_title__", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "180": "images\/icon180.png" } }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "sandbox": { "pages": [ "game.html" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "180": "images\/icon180.png" } } |