BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
Vad är BrickPlayer Game Launcher?
BrickPlayer Game Launcher är en Chrome-tillägg utvecklad av TyThePotato Software, och dess huvudfunktion är "Allows you to launch Brick-Hill games in BrickPlayer".
Tilläggsskärmbilder
Ladda ner BrickPlayer Game Launcher-förlängningens CRX-fil
Ladda ner BrickPlayer Game Launcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client.
Thanks to Dragonian for writing the extension! Grundläggande Information om Tillägg
| Namn | |
| ID | fdgibjnmmagmklajkbnkacehgpfmnene |
| Officiell webbadress | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
| Beskrivning | Allows you to launch Brick-Hill games in BrickPlayer |
| Filstorlek | 40.94 KB |
| Antal Installationer | 475 |
| Aktuell Version | 1.7 |
| Senast Uppdaterad | 2020-11-03 |
| Publiceringsdatum | 2020-10-26 |
| Betyg | 3.23/5 Totalt 13 Betyg |
| Utvecklare | TyThePotato Software |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://tythepotato.github.io/BrickPlayer/ |
| Stödda Språk | 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
} | |