Brickplus
Brick-Hill item notifier made by Peridax.
O que é Brickplus?
Brickplus é uma extensão do Chrome desenvolvida por Peridax, e sua principal característica é "Brick-Hill item notifier made by Peridax.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Brickplus
Baixe arquivos de extensão Brickplus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Brickplus |
ID | anpjhgmngdeeemkjkioeklndjjohimad |
URL Oficial | https://chromewebstore.google.com/detail/brickplus/anpjhgmngdeeemkjkioeklndjjohimad |
Descrição | Brick-Hill item notifier made by Peridax. |
Tamanho do Arquivo | 60.7 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.1.0 |
Última Atualização | 2023-01-15 |
Data de Publicação | 2023-01-09 |
Desenvolvedor | Peridax |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Peridax/brickplus |
Idiomas Suportados | 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" ] } |