Classic Blocks Puzzle

A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes

Qu'est-ce que Classic Blocks Puzzle ?

Classic Blocks Puzzle est une extension Chrome développée par chandler.stimson, et sa fonction principale est "A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Classic Blocks Puzzle

Téléchargez les fichiers d'extension Classic Blocks Puzzle 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

                        In this game, players complete lines by moving differently shaped pieces (tetrominoes), which descend onto the playing field. The completed lines disappear and grant the player points, and the player can proceed to fill the vacated spaces. The game ends when the playing field is filled. The longer the player can delay this inevitable outcome, the higher their score will be.

Developer:
This extension does not use any background resources when inactive and uses manifest v3 with no permission.

Keyboards:
"S": Start the game
"P": Pause the page
"R": Resume the page
"Arrow Left" or "J": Move the block to the left
"Arrow Right" or "L": Move the block to the right
"Arrow Up" or "I": Rotate the block 90 degrees
"Arrow Down" or "K": Fast fall down                    

Informations de Base sur l'Extension

Nom Classic Blocks Puzzle Classic Blocks Puzzle
ID hjcbhacpkmgdmikkhdkjmpbbnkoljleh
URL Officiel https://chrome.google.com/webstore/detail/classic-blocks-puzzle/hjcbhacpkmgdmikkhdkjmpbbnkoljleh
Description A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes
Taille du Fichier 35.2 KB
Nombre d'Installations 830
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-11-08
Date de Publication 2021-10-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur chandler.stimson
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://add0n.com/tetris.html
URL de la Page d'Aide https://add0n.com/tetris.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.1",
    "name": "Classic Blocks Puzzle",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "action": {
        "default_popup": "data\/popup\/index.html?action=start"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/tetris.html",
    "sandbox": {
        "pages": [
            "data\/popup\/index.html"
        ]
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}