Blanchardgold Spot Prices

Spot prices for gold, silver, platinum and palladium.

Was ist Blanchardgold Spot Prices?

Blanchardgold Spot Prices ist eine Chrome-Erweiterung, die von https://www.blanchardgold.com entwickelt wurde, und ihr Hauptmerkmal ist "Spot prices for gold, silver, platinum and palladium.".

Erweiterungsscreenshots

screenshot

Blanchardgold Spot Prices-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blanchardgold Spot Prices-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows user to follow spot precious metals prices (gold, silver, platinum and palladium) regardless of which site users are on. Spot prices are positioned at the top of the page in a static format.                    

Grundlegende Informationen zur Erweiterung

Name Blanchardgold Spot Prices Blanchardgold Spot Prices
ID amjfhfcfdfmlpagiabhgjfmgdhnajaim
Offizielle URL https://chromewebstore.google.com/detail/blanchardgold-spot-prices/amjfhfcfdfmlpagiabhgjfmgdhnajaim
Beschreibung Spot prices for gold, silver, platinum and palladium.
Dateigröße 27.34 KB
Installationsanzahl 10
Aktuelle Version 1.0
Letztes Update 2021-04-04
Veröffentlichungsdatum 2021-04-03
Entwickler https://www.blanchardgold.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blanchardgold Spot Prices",
    "description": "Spot prices for gold, silver, platinum and palladium.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.blanchardgold.com\/*"
    ],
    "icons": {
        "16": "\/images\/blc16.png",
        "32": "\/images\/blc32.png",
        "48": "\/images\/blc48.png",
        "128": "\/images\/blc128.png"
    }
}