Tetrium
A tetris inspired app.
Cos'è Tetrium?
Tetrium è un'estensione di Chrome sviluppata da https://auy.sh, e la sua funzione principale è "A tetris inspired app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tetrium
Scarica i file di estensione Tetrium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | gbnfojoklohjhblkkiokeebokahfpcpj |
URL Ufficiale | https://chrome.google.com/webstore/detail/tetrium/gbnfojoklohjhblkkiokeebokahfpcpj |
Descrizione | A tetris inspired app. |
Dimensione del File | 32.15 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-08-12 |
Data di Pubblicazione | 2021-05-10 |
Valutazione | 4.83/5 Totale 12 Valutazioni |
Sviluppatore | https://auy.sh |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://auy.sh |
URL della Pagina di Aiuto | https://auy.sh |
Lingue Supportate | 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" } } |