BrickPlayer Game Launcher

Allows you to launch Brick-Hill games in BrickPlayer

¿Qué es BrickPlayer Game Launcher?

BrickPlayer Game Launcher es una extensión de Chrome desarrollada por TyThePotato Software, y su función principal es "Allows you to launch Brick-Hill games in BrickPlayer".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BrickPlayer Game Launcher

Descarga archivos de extensión BrickPlayer Game Launcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension allows you to easily launch Brick-Hill games in the BrickPlayer client.
Thanks to Dragonian for writing the extension!                    

Información Básica de la Extensión

Nombre BrickPlayer Game Launcher BrickPlayer Game Launcher
ID fdgibjnmmagmklajkbnkacehgpfmnene
URL Oficial https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene
Descripción Allows you to launch Brick-Hill games in BrickPlayer
Tamaño del Archivo 40.94 KB
Cantidad de Instalaciones 475
Versión Actual 1.7
Última Actualización 2020-11-03
Fecha de Publicación 2020-10-26
Calificación 3.23/5 Total de 13 Calificaciones
Desarrollador TyThePotato Software
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tythepotato.github.io/BrickPlayer/
Idiomas Soportados 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
}