Tetrigame

Tetrigame - Play Tetris!

Qu'est-ce que Tetrigame ?

Tetrigame est une extension Chrome développée par Patricia Bin, et sa fonction principale est "Tetrigame - Play Tetris!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tetrigame

Téléchargez les fichiers d'extension Tetrigame au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Tetrigame Tetrigame
ID iikipimjoiepbfmpiglnkgkcepnkjfie
URL Officiel https://chromewebstore.google.com/detail/tetrigame/iikipimjoiepbfmpiglnkgkcepnkjfie
Description Tetrigame - Play Tetris!
Taille du Fichier 1.15 MB
Nombre d'Installations 159,187
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-05-31
Date de Publication 2023-05-30
Évaluation 4.86/5 Total 7 Évaluations
Développeur Patricia Bin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tetrigame.com/
URL de la Page d'Aide https://tetrigame.com/index.html#contact-us
URL de la Page de Politique de Confidentialité https://tetrigame.com/privacy-policy.html
Langues Prises en Charge 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"
}