Blanchardgold Spot Prices

Spot prices for gold, silver, platinum and palladium.

Wat is Blanchardgold Spot Prices?

Blanchardgold Spot Prices is een Chrome-extensie ontwikkeld door https://www.blanchardgold.com, en de belangrijkste functie is "Spot prices for gold, silver, platinum and palladium.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Blanchardgold Spot Prices

Download Blanchardgold Spot Prices-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Blanchardgold Spot Prices Blanchardgold Spot Prices
ID amjfhfcfdfmlpagiabhgjfmgdhnajaim
Officiële URL https://chromewebstore.google.com/detail/blanchardgold-spot-prices/amjfhfcfdfmlpagiabhgjfmgdhnajaim
Beschrijving Spot prices for gold, silver, platinum and palladium.
Bestandsgrootte 27.34 KB
Aantal Installaties 10
Huidige Versie 1.0
Laatst Bijgewerkt 2021-04-04
Publicatiedatum 2021-04-03
Ontwikkelaar https://www.blanchardgold.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}