Brick Hill+

Adds features around the Brick Hill website to make navigating, talking, customizing avatars, and more much easier.

Brick Hill+ क्या है?

Brick Hill+ partayhat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds features around the Brick Hill website to make navigating, talking, customizing avatars, and more much easier."।

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

screenshot
screenshot

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

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

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

                        Brick Hill+ adds functionality to the Brick Hill website that wasn't support before.                    

एक्सटेंशन की मूल जानकारी

नाम Brick Hill+ Brick Hill+
ID hendnmfbkcgmpafikljbfhpgphdilohj
आधिकारिक URL https://chromewebstore.google.com/detail/brick-hill+/hendnmfbkcgmpafikljbfhpgphdilohj
विवरण Adds features around the Brick Hill website to make navigating, talking, customizing avatars, and more much easier.
फ़ाइल का आकार 408 KB
स्थापना संख्या 1,546
वर्तमान संस्करण 1.0.7.4
अंतिम अपडेट 2022-05-20
प्रकाशन तिथि 2021-01-29
रेटिंग 4.21/5 कुल 48 रेटिंग्स
डेवलपर partayhat
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.brick-hill.plus
सहायता पृष्ठ URL https://www.brick-hill.plus
गोपनीयता नीति पृष्ठ URL https://www.brick-hill.plus/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brick Hill+",
    "version": "1.0.7.4",
    "description": "Adds features around the Brick Hill website to make navigating, talking, customizing avatars, and more much easier.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/*"
            ],
            "js": [
                ".\/lib\/jquery.js",
                ".\/lib\/LZString.js",
                ".\/src\/utils\/storage.js",
                ".\/src\/allPages.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/*"
            ],
            "js": [
                ".\/src\/navbar.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/user\/*"
            ],
            "js": [
                ".\/lib\/imageMerger.js",
                ".\/src\/getAssets.js",
                ".\/src\/rendering\/getConfig.js",
                ".\/src\/rendering\/renderAvatar.js",
                ".\/lib\/jquery.js",
                ".\/lib\/three.js",
                ".\/lib\/OBJLoader.js",
                ".\/lib\/OrbitControls.js",
                ".\/lib\/MTLLoader.js",
                ".\/src\/userProfiles.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/forum",
                "https:\/\/www.brick-hill.com\/forum\/"
            ],
            "js": [
                ".\/src\/forums\/forumsHome.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/forum\/thread\/*"
            ],
            "js": [
                ".\/src\/rendering\/getConfig.js",
                ".\/src\/forums\/forums.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/forum\/*\/create",
                "https:\/\/www.brick-hill.com\/forum\/*\/create\/",
                "https:\/\/www.brick-hill.com\/forum\/reply\/*\/",
                "https:\/\/www.brick-hill.com\/forum\/reply\/*"
            ],
            "js": [
                ".\/src\/forums\/createPost.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/forum\/*",
                "https:\/\/www.brick-hill.com\/forum"
            ],
            "js": [
                ".\/src\/forums\/allForums.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/settings\/",
                "https:\/\/www.brick-hill.com\/settings"
            ],
            "js": [
                ".\/src\/settings.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/shop\/*"
            ],
            "js": [
                ".\/lib\/imageMerger.js",
                ".\/src\/rendering\/getConfig.js",
                ".\/src\/rendering\/renderAvatar.js",
                ".\/src\/getAssets.js",
                ".\/lib\/three.js",
                ".\/lib\/MTLLoader.js",
                ".\/lib\/OBJLoader.js",
                ".\/lib\/OrbitControls.js",
                ".\/src\/rendering\/renderItem.js",
                ".\/src\/itemPage.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/customize\/"
            ],
            "js": [
                ".\/lib\/jquery.js",
                ".\/src\/utils\/storage.js",
                ".\/src\/avatar\/lockItems.js",
                ".\/src\/avatar\/customize.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/message\/*"
            ],
            "js": [
                ".\/src\/messages.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/friends\/",
                "https:\/\/www.brick-hill.com\/friends"
            ],
            "js": [
                ".\/src\/friends.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/src\/rendering\/config.json",
        "\/src\/settings.json",
        "\/src\/avatar\/randomizerPurger.js",
        "\/static\/Character.mtl",
        "\/static\/Character.obj",
        "\/static\/head.obj",
        "\/static\/torso.obj",
        "\/static\/right_arm.obj",
        "\/static\/left_arm.obj",
        "\/static\/right_leg.obj",
        "\/static\/left_leg.obj"
    ],
    "icons": {
        "16": ".\/icons\/PLUS16.png",
        "48": ".\/icons\/PLUS48.png",
        "128": ".\/icons\/PLUS.png"
    },
    "permissions": [
        "*:\/\/brkcdn.com\/*",
        "https:\/\/*.brick-hill.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ]
    }
}