Brick Hill Inbound Trade Notifier
Notifies you about incoming trades on Brick Hill.
Brick Hill Inbound Trade Notifierとは何ですか?
Brick Hill Inbound Trade NotifierはJaykaによって開発されたChromeの拡張機能で、その主な機能は「Notifies you about incoming trades on Brick Hill.」です。
拡張機能のスクリーンショット
Brick Hill Inbound Trade Notifier拡張機能のCRXファイルをダウンロード
Brick Hill Inbound Trade Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Helps make trading on Brick-hill.com better.
made by:
Enderspearl184#1841
https://www.brick-hill.com/user/305122 拡張機能の基本情報
| 名前 | |
| ID | eggbbmkgellbegphlnnochjocogflphf |
| 公式URL | https://chromewebstore.google.com/detail/brick-hill-inbound-trade/eggbbmkgellbegphlnnochjocogflphf |
| 説明 | Notifies you about incoming trades on Brick Hill. |
| ファイルサイズ | 7.01 KB |
| インストール数 | 40 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2022-03-31 |
| 公開日 | 2022-03-31 |
| 評価 | 1.00/5 合計 2 レビュー |
| 開発者 | Jayka |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.brick-hill.com/trades/ |
| ヘルプページのURL | https://www.brick-hill.com/trades/ |
| プライバシーポリシーページのURL | https://www.brick-hill.com/terms |
| 対応言語 | 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"
}
} | |