Bricks Game for Chrome

You can play the fun Bricks game on your browser.

Qu'est-ce que Bricks Game for Chrome ?

Bricks Game for Chrome est une extension Chrome développée par feepGames Cube, et sa fonction principale est "You can play the fun Bricks game on your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bricks Game for Chrome

Téléchargez les fichiers d'extension Bricks Game for Chrome 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

                        Bricks Game for Chrome is a highly addictive 3D retro game. Make order out of chaos, arrange the blocks(bricks) and destroy the layers perfectly by using one piece. How far can you go? How high can you reach? Play it now and have your name in the leaderboard!

Bricks Game can provide a fresh and engaging experience for fans of arcade games, providing a unique and addictive challenge for players.
Bricks Game for Chrome is an extension to play the game offline. Enjoy!                    

Informations de Base sur l'Extension

Nom Bricks Game for Chrome Bricks Game for Chrome
ID nidhagoeookeknkclehbokpcjnlmpeof
URL Officiel https://chromewebstore.google.com/detail/bricks-game-for-chrome/nidhagoeookeknkclehbokpcjnlmpeof
Description You can play the fun Bricks game on your browser.
Taille du Fichier 1.41 MB
Nombre d'Installations 3,619
Version Actuelle 1.1.5
Dernière Mise à Jour 2023-08-31
Date de Publication 2023-06-27
Développeur feepGames Cube
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vR1YwbpQ_CwXliGxtPRhW92iOFzgeDYz07lFzi4u_7_NTsV8aCkxjAFBnGYHnsq_XmjcgEvKtu7_Hqf/pub
Langues Prises en Charge id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,hi,bn,ta,ml,th,am-ET,ar,zh-CN,zh-TW,ko
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "cont.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_title": "Brick Game"
    },
    "version": "1.1.5",
    "icons": {
        "128": "128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "90",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "name": "__MSG_appName__"
}