Brickplus
Brick-Hill item notifier made by Peridax.
Brickplus là gì?
Brickplus là một tiện ích mở rộng Chrome được phát triển bởi Peridax, và tính năng chính của nó là "Brick-Hill item notifier made by Peridax.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Brickplus
Tải xuống các tệp mở rộng Brickplus 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
This is a simple and basic Brick-Hill item notifier. Once installed, it automatically runs in the background while you have Google Chrome opened. Once an item or special is created and released publicly, it will notify you of the details and provide a button that links you directly to the item. Cool features so far (all features can be disabled in the extension popup): - Item Notifier (Notifies you when a new item is released) - Special Notifier (Notifies you when a new special is released) - Quick Purchase (Allows you to purchase items & specials directly from the notification) Any suggestions or problems, send Peridax a message on Brick-Hill.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Brickplus |
ID | anpjhgmngdeeemkjkioeklndjjohimad |
URL Chính Thức | https://chromewebstore.google.com/detail/brickplus/anpjhgmngdeeemkjkioeklndjjohimad |
Mô tả | Brick-Hill item notifier made by Peridax. |
Kích Thước Tệp | 60.7 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-01-15 |
Ngày Phát Hành | 2023-01-09 |
Nhà Phát Triển | Peridax |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Peridax/brickplus |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brickplus", "description": "Brick-Hill item notifier made by Peridax.", "manifest_version": 3, "version": "1.1.0", "icons": { "16": "\/assets\/images\/logo16.png", "48": "\/assets\/images\/logo48.png", "128": "\/assets\/images\/logo128.png" }, "background": { "service_worker": "assets\/javascript\/background.js" }, "action": { "default_title": "Brickplus", "default_popup": "assets\/html\/popup.html", "default_icon": { "16": "\/assets\/images\/logo16.png", "48": "\/assets\/images\/logo48.png", "128": "\/assets\/images\/logo128.png" } }, "host_permissions": [ "https:\/\/*.brick-hill.com\/*" ], "permissions": [ "notifications", "storage", "cookies" ] } |