BrickPlayer Game Launcher
Allows you to launch Brick-Hill games in BrickPlayer
BrickPlayer Game Launcher là gì?
BrickPlayer Game Launcher là một tiện ích mở rộng Chrome được phát triển bởi TyThePotato Software, và tính năng chính của nó là "Allows you to launch Brick-Hill games in BrickPlayer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BrickPlayer Game Launcher
Tải xuống các tệp mở rộng BrickPlayer Game Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows you to easily launch Brick-Hill games in the BrickPlayer client. Thanks to Dragonian for writing the extension!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BrickPlayer Game Launcher |
ID | fdgibjnmmagmklajkbnkacehgpfmnene |
URL Chính Thức | https://chromewebstore.google.com/detail/brickplayer-game-launcher/fdgibjnmmagmklajkbnkacehgpfmnene |
Mô tả | Allows you to launch Brick-Hill games in BrickPlayer |
Kích Thước Tệp | 40.94 KB |
Số Lần Cài Đặt | 475 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2020-11-03 |
Ngày Phát Hành | 2020-10-26 |
Đánh Giá | 3.23/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | TyThePotato Software |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tythepotato.github.io/BrickPlayer/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |