Brickplus
Brick-Hill item notifier made by Peridax.
什麼是Brickplus?
Brickplus是由Peridax開發的Chrome擴展程式,該擴展的主要功能是“Brick-Hill item notifier made by Peridax.”。
擴展截圖
下載Brickplus擴展crx文件
下載Brickplus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Brickplus |
ID | anpjhgmngdeeemkjkioeklndjjohimad |
官方網址 | https://chromewebstore.google.com/detail/brickplus/anpjhgmngdeeemkjkioeklndjjohimad |
簡介 | Brick-Hill item notifier made by Peridax. |
檔案大小 | 60.7 KB |
安裝次數 | 78 |
目前版本 | 1.1.0 |
更新時間 | 2023-01-15 |
上架時間 | 2023-01-09 |
開發者 | Peridax |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Peridax/brickplus |
支援的語言 | 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" ] } |