Minimal Box Game
Minimal Box: A minimalistic, discrete-time infinity runner.
What is Minimal Box Game?
Minimal Box Game is a Chrome extension developed by Jim Skog Pirinen, and its main feature is "Minimal Box: A minimalistic, discrete-time infinity runner.".
Extension Screenshots
Download Minimal Box Game Extension CRX File
Download Minimal Box Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Minimal Box: A minimalistic, discrete-time infinity runner.
Extension Basic Information
Name | Minimal Box Game |
ID | phofoojefmgalfjnfkhpnknkndmmlkdh |
Official URL | https://chromewebstore.google.com/detail/minimal-box-game/phofoojefmgalfjnfkhpnknkndmmlkdh |
Description | Minimal Box: A minimalistic, discrete-time infinity runner. |
File Size | 147 KB |
Installation Count | 121 |
Current Version | 1.0 |
Last Updated | 2019-05-19 |
Publish Date | 2019-05-19 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Jim Skog Pirinen |
Payment Type | free |
Supported Languages | 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" } } |