Tetris
Play Tetris on Chrome!
Vad är Tetris?
Tetris är en Chrome-tillägg utvecklad av Yaman Caglar, och dess huvudfunktion är "Play Tetris on Chrome!".
Tilläggsskärmbilder
Ladda ner Tetris-förlängningens CRX-fil
Ladda ner Tetris-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
This extension lets you play the best retro game in your browser! You have to fit all of the bright-colored pieces in the board and remove lines when the blocks occupy them and then, get points! But be warned, the levels can get very hard, and the game can get very addicting! Have Fun!!
Grundläggande Information om Tillägg
Namn | |
ID | kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
Officiell webbadress | https://chrome.google.com/webstore/detail/tetris/kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
Beskrivning | Play Tetris on Chrome! |
Filstorlek | 153 KB |
Antal Installationer | 2,000 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2021-11-16 |
Publiceringsdatum | 2021-11-09 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | Yaman Caglar |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetris", "version": "0.0.0.2", "icons": { "128": "Tetris_S.png" }, "description": "Play Tetris on Chrome!", "browser_action": { "default_popup": "index.html", "default_icon": "Tetris_S.png" } } |