Brick Hill Inbound Trade Notifier

Notifies you about incoming trades on Brick Hill.

Wat is Brick Hill Inbound Trade Notifier?

Brick Hill Inbound Trade Notifier is een Chrome-extensie ontwikkeld door Jayka, en de belangrijkste functie is "Notifies you about incoming trades on Brick Hill.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Brick Hill Inbound Trade Notifier

Download Brick Hill Inbound Trade Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Brick Hill Inbound Trade Notifier Brick Hill Inbound Trade Notifier
ID eggbbmkgellbegphlnnochjocogflphf
Officiële URL https://chromewebstore.google.com/detail/brick-hill-inbound-trade/eggbbmkgellbegphlnnochjocogflphf
Beschrijving Notifies you about incoming trades on Brick Hill.
Bestandsgrootte 7.01 KB
Aantal Installaties 40
Huidige Versie 0.1
Laatst Bijgewerkt 2022-03-31
Publicatiedatum 2022-03-31
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jayka
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.brick-hill.com/trades/
Help Pagina-URL https://www.brick-hill.com/trades/
URL van de Privacybeleid Pagina https://www.brick-hill.com/terms
Ondersteunde Talen 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"
    }
}