BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
Qu'est-ce que BrickPlayer Game Launcher ?
BrickPlayer Game Launcher est une extension Chrome développée par TyThePotato Software, et sa fonction principale est "Allows you to launch Brick-Hill games in BrickPlayer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BrickPlayer Game Launcher
Téléchargez les fichiers d'extension BrickPlayer Game Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client. Thanks to Dragonian for writing the extension!
Informations de Base sur l'Extension
Nom | BrickPlayer Game Launcher |
ID | fdgibjnmmagmklajkbnkacehgpfmnene |
URL Officiel | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
Description | Allows you to launch Brick-Hill games in BrickPlayer |
Taille du Fichier | 40.94 KB |
Nombre d'Installations | 475 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2020-11-03 |
Date de Publication | 2020-10-26 |
Évaluation | 3.23/5 Total 13 Évaluations |
Développeur | TyThePotato Software |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tythepotato.github.io/BrickPlayer/ |
Langues Prises en Charge | 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 } |