Brick Game

In this Tetris-type game, align descending blocks to form lines, scoring points. Don't let blocks reach the top!

Co to jest Brick Game?

Brick Game to rozszerzenie Chrome opracowane przez Dinosaur Runner, a jego główną funkcją jest „In this Tetris-type game, align descending blocks to form lines, scoring points. Don't let blocks reach the top!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Brick Game

Pobierz pliki rozszerzeń Brick Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The Brick game is a classic and addictive puzzle game that has been entertaining players for decades. The game involves arranging falling bricks in various shapes and sizes to complete lines and score points. It is a close alternative to the Tetris game.

The objective of the game is to prevent the bricks from stacking up to the top of the playing field. To do this, players must move and rotate the falling bricks as they descend towards the bottom of the screen. Each completed line will disappear, making room for more falling bricks.

As players progress through the levels, the speed of the falling bricks will increase, making it more challenging to keep up with the pace of the game. The higher the level, the faster the bricks will fall, requiring quick reflexes and strategic thinking.

The bricks in the game come in various shapes and sizes, including squares, rectangles, and L-shaped and T-shaped pieces. Players must arrange these bricks to create complete lines across the playing field. Each time a line is completed, it will disappear, and the player will earn points.

In addition to creating complete lines, players can also earn points by creating combos. Combos occur when multiple lines are completed simultaneously, resulting in a higher score. The more lines that are completed at once, the higher the combo and score.

One of the key features of the brick game is its simplicity. The game mechanics are easy to understand, making it accessible to players of all ages and skill levels. However, despite its simplicity, the game requires skill and strategy to master.

The Brick game is a classic and timeless puzzle game that has stood the test of time. Its simple yet addictive gameplay make it a favorite among players of all ages and skill levels. 

Whether you're a seasoned gamer or a casual player, the Brick game is a must-play for anyone looking for a fun and challenging puzzle game.

As a feature it has Anti-cheat. The extension blocks third-party scripts from external config call.                    

Podstawowe informacje o rozszerzeniu

Nazwa Brick Game Brick Game
ID kgenkdpnlkjnidkldpbnfplchghdfckb
Oficjalny URL https://chromewebstore.google.com/detail/brick-game/kgenkdpnlkjnidkldpbnfplchghdfckb
Opis In this Tetris-type game, align descending blocks to form lines, scoring points. Don't let blocks reach the top!
Rozmiar pliku 74.9 KB
Liczba instalacji 30,000
Aktualna Wersja 4.0.0.1
Ostatnia Aktualizacja 2023-11-26
Data Publikacji 2023-05-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Dinosaur Runner
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://eminent-chiller-16d.notion.site/Privacy-Policy-of-all-Dinosaur-Runner-browser-extensions-efddde924acb4c6c97a25239975de3ad
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "files\/worker.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "files\/sandbox.html"
        ]
    },
    "version": "4.0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "files\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}