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”。

扩展截图

screenshot

下载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 BrickPlayer Game Launcher
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
电子邮箱 [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
}