Blanchardgold Spot Prices

Spot prices for gold, silver, platinum and palladium.

What is Blanchardgold Spot Prices?

Blanchardgold Spot Prices is a Chrome extension developed by https://www.blanchardgold.com, and its main feature is "Spot prices for gold, silver, platinum and palladium.".

Extension Screenshots

screenshot

Download Blanchardgold Spot Prices Extension CRX File

Download Blanchardgold Spot Prices 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

                        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.                    

Extension Basic Information

Name Blanchardgold Spot Prices Blanchardgold Spot Prices
ID amjfhfcfdfmlpagiabhgjfmgdhnajaim
Official URL https://chromewebstore.google.com/detail/blanchardgold-spot-prices/amjfhfcfdfmlpagiabhgjfmgdhnajaim
Description Spot prices for gold, silver, platinum and palladium.
File Size 27.34 KB
Installation Count 10
Current Version 1.0
Last Updated 2021-04-04
Publish Date 2021-04-03
Developer https://www.blanchardgold.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}