Minimal Box Game

Minimal Box: A minimalistic, discrete-time infinity runner.

Qu'est-ce que Minimal Box Game ?

Minimal Box Game est une extension Chrome développée par Jim Skog Pirinen, et sa fonction principale est "Minimal Box: A minimalistic, discrete-time infinity runner.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Minimal Box Game

Téléchargez les fichiers d'extension Minimal Box Game 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

                        Minimal Box: A minimalistic, discrete-time infinity runner.                    

Informations de Base sur l'Extension

Nom Minimal Box Game Minimal Box Game
ID phofoojefmgalfjnfkhpnknkndmmlkdh
URL Officiel https://chromewebstore.google.com/detail/minimal-box-game/phofoojefmgalfjnfkhpnknkndmmlkdh
Description Minimal Box: A minimalistic, discrete-time infinity runner.
Taille du Fichier 147 KB
Nombre d'Installations 121
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-19
Date de Publication 2019-05-19
Évaluation 5.00/5 Total 5 Évaluations
Développeur Jim Skog Pirinen
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Minimal Box",
    "name": "Minimal Box Game",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Minimal Box"
    },
    "version": "1.0",
    "content_security_policy": "default-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}