BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
Co to jest BrickPlayer Game Launcher?
BrickPlayer Game Launcher to rozszerzenie Chrome opracowane przez TyThePotato Software, a jego główną funkcją jest „Allows you to launch Brick-Hill games in BrickPlayer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BrickPlayer Game Launcher
Pobierz pliki rozszerzeń BrickPlayer Game Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        This extension allows you to easily launch Brick-Hill games in the BrickPlayer client.
Thanks to Dragonian for writing the extension!                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | fdgibjnmmagmklajkbnkacehgpfmnene | 
| Oficjalny URL | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene | 
| Opis | Allows you to launch Brick-Hill games in BrickPlayer | 
| Rozmiar pliku | 40.94 KB | 
| Liczba instalacji | 475 | 
| Aktualna Wersja | 1.7 | 
| Ostatnia Aktualizacja | 2020-11-03 | 
| Data Publikacji | 2020-10-26 | 
| Ocena | 3.23/5 Łącznie 13 Oceny | 
| Deweloper | TyThePotato Software | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://tythepotato.github.io/BrickPlayer/ | 
| Obsługiwane Języki | 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
}  |  |