Brickplus
Brick-Hill item notifier made by Peridax.
Brickplus란 무엇입니까?
Brickplus은(는) Peridax에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brick-Hill item notifier made by Peridax."입니다.
확장 프로그램 스크린샷
Brickplus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |