Tetrigame
Tetrigame - Play Tetris!
What is Tetrigame?
Tetrigame is a Chrome extension developed by Patricia Bin, and its main feature is "Tetrigame - Play Tetris!".
Extension Screenshots
Download Tetrigame Extension CRX File
Download Tetrigame extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Welcome to Tetrigame! A new-tab extension that allows you to play the good and old Tetris game, all day every day! Tetrigame will replace your worn-off browser LP by an interactive and fun game. By clicking "add to Chrome", you accept and agree to installing the Tetrigame extension and setting Chrome New Tab to that provider by the service and the Terms of Use (https://tetrigame.com/eula.html) and Policy (https://tetrigame.com/privacy-policy.html/). The extension will update your search settings and will change your new tab and default search provider to Microsoft Bing. For more information please visit www.tetrigame.com Enjoy!
Extension Basic Information
Name | Tetrigame |
ID | iikipimjoiepbfmpiglnkgkcepnkjfie |
Official URL | https://chromewebstore.google.com/detail/tetrigame/iikipimjoiepbfmpiglnkgkcepnkjfie |
Description | Tetrigame - Play Tetris! |
File Size | 1.15 MB |
Installation Count | 159,187 |
Current Version | 1.0.0 |
Last Updated | 2023-05-31 |
Publish Date | 2023-05-30 |
Rating | 4.86/5 Total 7 Ratings |
Developer | Patricia Bin |
[email protected] | |
Payment Type | free |
Extension Website | https://tetrigame.com/ |
Help Page URL | https://tetrigame.com/index.html#contact-us |
Privacy Policy Page URL | https://tetrigame.com/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tetrigame", "description": "Tetrigame - Play Tetris!", "permissions": [ "storage" ], "icons": { "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "search.html" }, "background": { "service_worker": "background.js" }, "version": "1.0.0" } |