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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BrickPlayer Game Launcher
قم بتنزيل ملفات الامتداد BrickPlayer Game Launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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 | 
| البريد الإلكتروني | [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
}  |  |