Blanchardgold Spot Prices

Spot prices for gold, silver, platinum and palladium.

Apa itu Blanchardgold Spot Prices?

Blanchardgold Spot Prices adalah ekstensi Chrome yang dikembangkan oleh https://www.blanchardgold.com, dan fitur utamanya adalah "Spot prices for gold, silver, platinum and palladium.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blanchardgold Spot Prices

Unduh file ekstensi Blanchardgold Spot Prices dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Blanchardgold Spot Prices Blanchardgold Spot Prices
ID amjfhfcfdfmlpagiabhgjfmgdhnajaim
URL Resmi https://chromewebstore.google.com/detail/blanchardgold-spot-prices/amjfhfcfdfmlpagiabhgjfmgdhnajaim
Deskripsi Spot prices for gold, silver, platinum and palladium.
Ukuran File 27.34 KB
Jumlah Instalasi 10
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-04
Tanggal Publikasi 2021-04-03
Pengembang https://www.blanchardgold.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}