BrickHunter
Fills automatic your Pick a Brick shopping cart from a imported BrickLink wanted list.
Qu'est-ce que BrickHunter ?
BrickHunter est une extension Chrome développée par bricktwo42, et sa fonction principale est "Fills automatic your Pick a Brick shopping cart from a imported BrickLink wanted list.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BrickHunter
Téléchargez les fichiers d'extension BrickHunter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Imports a wantedList from BrickLink and searches for availability and prices of parts in the LEGO Pick a Brick service.
Informations de Base sur l'Extension
Nom | BrickHunter |
ID | plhoblcmafoglbnhekjmegkknhifedne |
URL Officiel | https://chromewebstore.google.com/detail/brickhunter/plhoblcmafoglbnhekjmegkknhifedne |
Description | Fills automatic your Pick a Brick shopping cart from a imported BrickLink wanted list. |
Taille du Fichier | 2.65 MB |
Nombre d'Installations | 2,897 |
Version Actuelle | 2.3.2 |
Dernière Mise à Jour | 2024-02-23 |
Date de Publication | 2020-09-05 |
Évaluation | 4.50/5 Total 16 Évaluations |
Développeur | bricktwo42 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://bricktwo.net/privacy-policy |
Langues Prises en Charge | 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" } } } |