Brick Hill Inbound Trade Notifier

Notifies you about incoming trades on Brick Hill.

Brick Hill Inbound Trade Notifier là gì?

Brick Hill Inbound Trade Notifier là một tiện ích mở rộng Chrome được phát triển bởi Jayka, và tính năng chính của nó là "Notifies you about incoming trades on Brick Hill.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brick Hill Inbound Trade Notifier

Tải xuống các tệp mở rộng Brick Hill Inbound Trade Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brick Hill Inbound Trade Notifier Brick Hill Inbound Trade Notifier
ID eggbbmkgellbegphlnnochjocogflphf
URL Chính Thức https://chromewebstore.google.com/detail/brick-hill-inbound-trade/eggbbmkgellbegphlnnochjocogflphf
Mô tả Notifies you about incoming trades on Brick Hill.
Kích Thước Tệp 7.01 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-03-31
Ngày Phát Hành 2022-03-31
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jayka
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.brick-hill.com/trades/
URL Trang Trợ Giúp https://www.brick-hill.com/trades/
URL Trang Chính Sách Bảo Mật https://www.brick-hill.com/terms
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}