Brickplus

Brick-Hill item notifier made by Peridax.

Brickplus क्या है?

Brickplus Peridax द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brick-Hill item notifier made by Peridax."।

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

screenshot

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

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

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

                        This is a simple and basic Brick-Hill item notifier. Once installed, it automatically runs in the background while you have Google Chrome opened. Once an item or special is created and released publicly, it will notify you of the details and provide a button that links you directly to the item.

Cool features so far (all features can be disabled in the extension popup):
- Item Notifier (Notifies you when a new item is released)
- Special Notifier (Notifies you when a new special is released)
- Quick Purchase (Allows you to purchase items & specials directly from the notification)

Any suggestions or problems, send Peridax a message on Brick-Hill.                    

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

नाम Brickplus Brickplus
ID anpjhgmngdeeemkjkioeklndjjohimad
आधिकारिक URL https://chromewebstore.google.com/detail/brickplus/anpjhgmngdeeemkjkioeklndjjohimad
विवरण Brick-Hill item notifier made by Peridax.
फ़ाइल का आकार 60.7 KB
स्थापना संख्या 78
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-01-15
प्रकाशन तिथि 2023-01-09
डेवलपर Peridax
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Peridax/brickplus
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brickplus",
    "description": "Brick-Hill item notifier made by Peridax.",
    "manifest_version": 3,
    "version": "1.1.0",
    "icons": {
        "16": "\/assets\/images\/logo16.png",
        "48": "\/assets\/images\/logo48.png",
        "128": "\/assets\/images\/logo128.png"
    },
    "background": {
        "service_worker": "assets\/javascript\/background.js"
    },
    "action": {
        "default_title": "Brickplus",
        "default_popup": "assets\/html\/popup.html",
        "default_icon": {
            "16": "\/assets\/images\/logo16.png",
            "48": "\/assets\/images\/logo48.png",
            "128": "\/assets\/images\/logo128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.brick-hill.com\/*"
    ],
    "permissions": [
        "notifications",
        "storage",
        "cookies"
    ]
}