BrickPlayer Game Launcher

Allows you to launch Brick-Hill games in BrickPlayer

BrickPlayer Game Launcher क्या है?

BrickPlayer Game Launcher TyThePotato Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to launch Brick-Hill games in BrickPlayer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BrickPlayer Game Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}