Tetrium
A tetris inspired app.
Wat is Tetrium?
Tetrium is een Chrome-extensie ontwikkeld door https://auy.sh, en de belangrijkste functie is "A tetris inspired app.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tetrium
Download Tetrium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tetrium is an extension that allows you to play a modular and customizable game of Tetris in a popup. Tetrium is currently one of the most customizable extensions on the webstore, providing the ability to fine tune your game. Tetrium perfect for wasting time that could be otherwise spent on work. -- credit to simonlc on github for the original source (tetr.js)! i've modified it in a way to make it playable in a chrome popup :)
Basisinformatie over de Extensie
Naam | |
ID | gbnfojoklohjhblkkiokeebokahfpcpj |
Officiële URL | https://chrome.google.com/webstore/detail/tetrium/gbnfojoklohjhblkkiokeebokahfpcpj |
Beschrijving | A tetris inspired app. |
Bestandsgrootte | 32.15 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-08-12 |
Publicatiedatum | 2021-05-10 |
Beoordeling | 4.83/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://auy.sh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://auy.sh |
Help Pagina-URL | https://auy.sh |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetrium", "version": "0.0.1", "manifest_version": 2, "description": "A tetris inspired app.", "homepage_url": "https:\/\/auy.rip", "icons": { "16": "images\/tetrium16.png", "32": "images\/tetrium32.png", "48": "images\/tetrium48.png", "64": "images\/tetrium64.png", "128": "images\/tetrium128.png", "256": "images\/tetrium256.png", "512": "images\/tetrium512.png" }, "browser_action": { "default_title": "Tetrium", "default_popup": "tetrium.html" } } |