BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
What is BrickPlayer Game Launcher?
BrickPlayer Game Launcher is a Chrome extension developed by TyThePotato Software, and its main feature is "Allows you to launch Brick-Hill games in BrickPlayer".
Extension Screenshots
Download BrickPlayer Game Launcher Extension CRX File
Download BrickPlayer Game Launcher 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
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client. Thanks to Dragonian for writing the extension!
Extension Basic Information
Name | BrickPlayer Game Launcher |
ID | fdgibjnmmagmklajkbnkacehgpfmnene |
Official URL | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
Description | Allows you to launch Brick-Hill games in BrickPlayer |
File Size | 40.94 KB |
Installation Count | 475 |
Current Version | 1.7 |
Last Updated | 2020-11-03 |
Publish Date | 2020-10-26 |
Rating | 3.23/5 Total 13 Ratings |
Developer | TyThePotato Software |
[email protected] | |
Payment Type | free |
Extension Website | https://tythepotato.github.io/BrickPlayer/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BrickPlayer Game Launcher", "version": "1.7", "description": "Allows you to launch Brick-Hill games in BrickPlayer", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "*:\/\/*.brick-hill.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.brick-hill.com\/play\/*" ], "js": [ "content-script.js" ] } ], "browser_action": { "default_title": "BrickPlayer Browser Extension" }, "manifest_version": 2 } |