Classic Blocks Puzzle

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

Classic Blocks Puzzle क्या है?

Classic Blocks Puzzle chandler.stimson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Classic Blocks Puzzle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Classic Blocks Puzzle Classic Blocks Puzzle
ID hjcbhacpkmgdmikkhdkjmpbbnkoljleh
आधिकारिक URL https://chrome.google.com/webstore/detail/classic-blocks-puzzle/hjcbhacpkmgdmikkhdkjmpbbnkoljleh
विवरण A classic tile-matching game. Try to complete lines by moving differently shaped tetrominoes
फ़ाइल का आकार 35.2 KB
स्थापना संख्या 830
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2021-11-08
प्रकाशन तिथि 2021-10-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर chandler.stimson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://add0n.com/tetris.html
सहायता पृष्ठ URL https://add0n.com/tetris.html
समर्थित भाषाएँ 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"
        }
    }
}