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!
擴展基本資訊
名稱 | BrickPlayer Game Launcher |
ID | fdgibjnmmagmklajkbnkacehgpfmnene |
官方網址 | 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 |
電子郵箱 | [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 } |