BrickPlayer Game Launcher

Allows you to launch Brick-Hill games in BrickPlayer

BrickPlayer Game Launcherคืออะไร?

BrickPlayer Game Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TyThePotato Software และคุณลักษณะหลักของมันคือ "Allows you to launch Brick-Hill games in BrickPlayer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrickPlayer Game Launcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
}