Brick Hill Inbound Trade Notifier
Notifies you about incoming trades on Brick Hill.
Qu'est-ce que Brick Hill Inbound Trade Notifier ?
Brick Hill Inbound Trade Notifier est une extension Chrome développée par Jayka, et sa fonction principale est "Notifies you about incoming trades on Brick Hill.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Brick Hill Inbound Trade Notifier
Téléchargez les fichiers d'extension Brick Hill Inbound Trade Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Helps make trading on Brick-hill.com better. made by: Enderspearl184#1841 https://www.brick-hill.com/user/305122
Informations de Base sur l'Extension
Nom | Brick Hill Inbound Trade Notifier |
ID | eggbbmkgellbegphlnnochjocogflphf |
URL Officiel | https://chromewebstore.google.com/detail/brick-hill-inbound-trade/eggbbmkgellbegphlnnochjocogflphf |
Description | Notifies you about incoming trades on Brick Hill. |
Taille du Fichier | 7.01 KB |
Nombre d'Installations | 40 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-03-31 |
Date de Publication | 2022-03-31 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Jayka |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.brick-hill.com/trades/ |
URL de la Page d'Aide | https://www.brick-hill.com/trades/ |
URL de la Page de Politique de Confidentialité | https://www.brick-hill.com/terms |
Langues Prises en Charge | 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" } } |