Tetrees
Simple block puzzle game
Vad är Tetrees?
Tetrees är en Chrome-tillägg utvecklad av Lucas Alward, och dess huvudfunktion är "Simple block puzzle game".
Tilläggsskärmbilder
Ladda ner Tetrees-förlängningens CRX-fil
Ladda ner Tetrees-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
Play a great block puzzle game with Tetrees!
Grundläggande Information om Tillägg
Namn | Tetrees |
ID | pciedaenhnompbibgedkbgcdejojbpnk |
Officiell webbadress | https://chromewebstore.google.com/detail/tetrees/pciedaenhnompbibgedkbgcdejojbpnk |
Beskrivning | Simple block puzzle game |
Filstorlek | 49.61 MB |
Antal Installationer | 10,283 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-05-26 |
Publiceringsdatum | 2021-05-26 |
Betyg | 4.71/5 Totalt 14 Betyg |
Utvecklare | Lucas Alward |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://getshopaholic.web.app |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetrees", "description": "Simple block puzzle game", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |