BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
O que é BrickPlayer Game Launcher?
BrickPlayer Game Launcher é uma extensão do Chrome desenvolvida por TyThePotato Software, e sua principal característica é "Allows you to launch Brick-Hill games in BrickPlayer".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BrickPlayer Game Launcher
Baixe arquivos de extensão BrickPlayer Game Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client. Thanks to Dragonian for writing the extension!
Informações Básicas da Extensão
Nome | BrickPlayer Game Launcher |
ID | fdgibjnmmagmklajkbnkacehgpfmnene |
URL Oficial | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
Descrição | Allows you to launch Brick-Hill games in BrickPlayer |
Tamanho do Arquivo | 40.94 KB |
Contagem de Instalações | 475 |
Versão Atual | 1.7 |
Última Atualização | 2020-11-03 |
Data de Publicação | 2020-10-26 |
Classificação | 3.23/5 Total de 13 Avaliações |
Desenvolvedor | TyThePotato Software |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tythepotato.github.io/BrickPlayer/ |
Idiomas Suportados | 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 } |