BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
Co je BrickPlayer Game Launcher?
BrickPlayer Game Launcher je rozšíření Chrome vyvinuté TyThePotato Software, a jeho hlavní funkcí je „Allows you to launch Brick-Hill games in BrickPlayer“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BrickPlayer Game Launcher
Stáhněte si soubory rozšíření BrickPlayer Game Launcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client. Thanks to Dragonian for writing the extension!
Základní Informace o Rozšíření
Název | BrickPlayer Game Launcher |
ID | fdgibjnmmagmklajkbnkacehgpfmnene |
Oficiální URL | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
Popis | Allows you to launch Brick-Hill games in BrickPlayer |
Velikost souboru | 40.94 KB |
Počet instalací | 475 |
Aktuální Verze | 1.7 |
Poslední Aktualizace | 2020-11-03 |
Datum Vydání | 2020-10-26 |
Hodnocení | 3.23/5 Celkem 13 Hodnocení |
Vývojář | TyThePotato Software |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://tythepotato.github.io/BrickPlayer/ |
Podporované Jazyky | 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 } |