BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
BrickPlayer Game Launcherとは何ですか?
BrickPlayer Game LauncherはTyThePotato Softwareによって開発されたChromeの拡張機能で、その主な機能は「Allows you to launch Brick-Hill games in BrickPlayer」です。
拡張機能のスクリーンショット
BrickPlayer Game Launcher拡張機能のCRXファイルをダウンロード
BrickPlayer Game Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client.
Thanks to Dragonian for writing the extension! 拡張機能の基本情報
| 名前 | |
| ID | fdgibjnmmagmklajkbnkacehgpfmnene |
| 公式URL | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
| 説明 | Allows you to launch Brick-Hill games in BrickPlayer |
| ファイルサイズ | 40.94 KB |
| インストール数 | 475 |
| 現在のバージョン | 1.7 |
| 最終更新日 | 2020-11-03 |
| 公開日 | 2020-10-26 |
| 評価 | 3.23/5 合計 13 レビュー |
| 開発者 | TyThePotato Software |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://tythepotato.github.io/BrickPlayer/ |
| 対応言語 | 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
} | |