Brickplus

Brick-Hill item notifier made by Peridax.

Qu'est-ce que Brickplus ?

Brickplus est une extension Chrome développée par Peridax, et sa fonction principale est "Brick-Hill item notifier made by Peridax.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Brickplus

Téléchargez les fichiers d'extension Brickplus 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

                        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.                    

Informations de Base sur l'Extension

Nom Brickplus Brickplus
ID anpjhgmngdeeemkjkioeklndjjohimad
URL Officiel https://chromewebstore.google.com/detail/brickplus/anpjhgmngdeeemkjkioeklndjjohimad
Description Brick-Hill item notifier made by Peridax.
Taille du Fichier 60.7 KB
Nombre d'Installations 78
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-01-15
Date de Publication 2023-01-09
Développeur Peridax
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Peridax/brickplus
Langues Prises en Charge 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"
    ]
}