Tetrigame

Tetrigame - Play Tetris!

Cos'è Tetrigame?

Tetrigame è un'estensione di Chrome sviluppata da Patricia Bin, e la sua funzione principale è "Tetrigame - Play Tetris!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tetrigame

Scarica i file di estensione Tetrigame 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Tetrigame Tetrigame
ID iikipimjoiepbfmpiglnkgkcepnkjfie
URL Ufficiale https://chromewebstore.google.com/detail/tetrigame/iikipimjoiepbfmpiglnkgkcepnkjfie
Descrizione Tetrigame - Play Tetris!
Dimensione del File 1.15 MB
Conteggio Installazioni 159,187
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-05-31
Data di Pubblicazione 2023-05-30
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore Patricia Bin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tetrigame.com/
URL della Pagina di Aiuto https://tetrigame.com/index.html#contact-us
URL della Pagina della Politica sulla Privacy https://tetrigame.com/privacy-policy.html
Lingue Supportate 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"
}