BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
Wat is BrickPlayer Game Launcher?
BrickPlayer Game Launcher is een Chrome-extensie ontwikkeld door TyThePotato Software, en de belangrijkste functie is "Allows you to launch Brick-Hill games in BrickPlayer".
Extensie Screenshots
Download het CRX-bestand van de extensie BrickPlayer Game Launcher
Download BrickPlayer Game Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This extension allows you to easily launch Brick-Hill games in the BrickPlayer client.
Thanks to Dragonian for writing the extension!                     Basisinformatie over de Extensie
| Naam |   |  
| ID | fdgibjnmmagmklajkbnkacehgpfmnene | 
| Officiële URL | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene | 
| Beschrijving | Allows you to launch Brick-Hill games in BrickPlayer | 
| Bestandsgrootte | 40.94 KB | 
| Aantal Installaties | 475 | 
| Huidige Versie | 1.7 | 
| Laatst Bijgewerkt | 2020-11-03 | 
| Publicatiedatum | 2020-10-26 | 
| Beoordeling | 3.23/5 Totaal 13 Beoordelingen | 
| Ontwikkelaar | TyThePotato Software | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://tythepotato.github.io/BrickPlayer/ | 
| Ondersteunde Talen | 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
}  |  |