Brick Hill Inbound Trade Notifier

Notifies you about incoming trades on Brick Hill.

What is Brick Hill Inbound Trade Notifier?

Brick Hill Inbound Trade Notifier is a Chrome extension developed by Jayka, and its main feature is "Notifies you about incoming trades on Brick Hill.".

Extension Screenshots

screenshot

Download Brick Hill Inbound Trade Notifier Extension CRX File

Download Brick Hill Inbound Trade Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helps make trading on Brick-hill.com better.
made by:
 Enderspearl184#1841
https://www.brick-hill.com/user/305122                    

Extension Basic Information

Name Brick Hill Inbound Trade Notifier Brick Hill Inbound Trade Notifier
ID eggbbmkgellbegphlnnochjocogflphf
Official URL https://chromewebstore.google.com/detail/brick-hill-inbound-trade/eggbbmkgellbegphlnnochjocogflphf
Description Notifies you about incoming trades on Brick Hill.
File Size 7.01 KB
Installation Count 40
Current Version 0.1
Last Updated 2022-03-31
Publish Date 2022-03-31
Rating 1.00/5 Total 2 Ratings
Developer Jayka
Email [email protected]
Payment Type free
Extension Website https://www.brick-hill.com/trades/
Help Page URL https://www.brick-hill.com/trades/
Privacy Policy Page URL https://www.brick-hill.com/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brick Hill Inbound Trade Notifier",
    "description": "Notifies you about incoming trades on Brick Hill.",
    "version": "0.1",
    "host_permissions": [
        "*:\/\/*.brick-hill.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.brick-hill.com\/*"
            ],
            "js": [
                "getData.js"
            ]
        }
    ],
    "background": {
        "service_worker": "main.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "alarms",
        "notifications"
    ],
    "icons": {
        "100": "icon.png"
    }
}