BrickHunter
Fills automatic your Pick a Brick shopping cart from a imported BrickLink wanted list.
What is BrickHunter?
BrickHunter is a Chrome extension developed by bricktwo42, and its main feature is "Fills automatic your Pick a Brick shopping cart from a imported BrickLink wanted list.".
Extension Screenshots
Download BrickHunter Extension CRX File
Download BrickHunter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Imports a wantedList from BrickLink and searches for availability and prices of parts in the LEGO Pick a Brick service.
Extension Basic Information
Name | BrickHunter |
ID | plhoblcmafoglbnhekjmegkknhifedne |
Official URL | https://chromewebstore.google.com/detail/brickhunter/plhoblcmafoglbnhekjmegkknhifedne |
Description | Fills automatic your Pick a Brick shopping cart from a imported BrickLink wanted list. |
File Size | 2.65 MB |
Installation Count | 2,897 |
Current Version | 2.3.2 |
Last Updated | 2024-02-23 |
Publish Date | 2020-09-05 |
Rating | 4.50/5 Total 16 Ratings |
Developer | bricktwo42 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://bricktwo.net/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BrickHunter", "version": "2.3.2", "description": "Fills automatic your Pick a Brick shopping cart from a imported BrickLink wanted list.", "manifest_version": 3, "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/*.lego.com\/*", "https:\/\/*.bricklink.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.lego.com\/*" ], "js": [ "legocontentscript.js" ] } ], "icons": { "16": "\/assets\/icons\/icon16.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" }, "action": { "default_title": "Make this page red", "default_icon": { "16": "\/assets\/icons\/icon16.png", "24": "\/assets\/icons\/icon24.png", "32": "\/assets\/icons\/icon32.png" } } } |