Tunnel Glider
Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!
Vad är Tunnel Glider?
Tunnel Glider är en Chrome-tillägg utvecklad av https://onionfist.net, och dess huvudfunktion är "Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!".
Tilläggsskärmbilder
Ladda ner Tunnel Glider-förlängningens CRX-fil
Ladda ner Tunnel Glider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Pilot the 3D glider through a tunnel full of obstacles!
This game has been reworked. The controls are now Left, Up and Right arrow keys.
You can make your own levels too. Grundläggande Information om Tillägg
| Namn | |
| ID | iahlhdckoidjglhdpdlmeidmpicggdin |
| Officiell webbadress | https://chromewebstore.google.com/detail/tunnel-glider/iahlhdckoidjglhdpdlmeidmpicggdin |
| Beskrivning | Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play! |
| Filstorlek | 4.01 MB |
| Antal Installationer | 80,000 |
| Aktuell Version | 0.018 |
| Senast Uppdaterad | 2023-03-04 |
| Publiceringsdatum | 2022-01-21 |
| Betyg | 3.13/5 Totalt 24 Betyg |
| Utvecklare | https://onionfist.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://onionfist.net/ |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tunnel Glider",
"short_name": "Tunnel Glider",
"description": "Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!",
"version": "0.018",
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_icon": "assets\/icons\/icon.png",
"default_popup": "index.html"
},
"permissions": [
"storage"
]
} | |