BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
Cos'è BrickPlayer Game Launcher?
BrickPlayer Game Launcher è un'estensione di Chrome sviluppata da TyThePotato Software, e la sua funzione principale è "Allows you to launch Brick-Hill games in BrickPlayer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BrickPlayer Game Launcher
Scarica i file di estensione BrickPlayer Game Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client. Thanks to Dragonian for writing the extension!
Informazioni di Base sull'Estensione
Nome | BrickPlayer Game Launcher |
ID | fdgibjnmmagmklajkbnkacehgpfmnene |
URL Ufficiale | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
Descrizione | Allows you to launch Brick-Hill games in BrickPlayer |
Dimensione del File | 40.94 KB |
Conteggio Installazioni | 475 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2020-11-03 |
Data di Pubblicazione | 2020-10-26 |
Valutazione | 3.23/5 Totale 13 Valutazioni |
Sviluppatore | TyThePotato Software |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tythepotato.github.io/BrickPlayer/ |
Lingue Supportate | 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 } |