Blanchardgold Spot Prices

Spot prices for gold, silver, platinum and palladium.

Blanchardgold Spot Prices क्या है?

Blanchardgold Spot Prices https://www.blanchardgold.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spot prices for gold, silver, platinum and palladium."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blanchardgold Spot Prices एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Blanchardgold Spot Prices Blanchardgold Spot Prices
ID amjfhfcfdfmlpagiabhgjfmgdhnajaim
आधिकारिक URL https://chromewebstore.google.com/detail/blanchardgold-spot-prices/amjfhfcfdfmlpagiabhgjfmgdhnajaim
विवरण Spot prices for gold, silver, platinum and palladium.
फ़ाइल का आकार 27.34 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-04-04
प्रकाशन तिथि 2021-04-03
डेवलपर https://www.blanchardgold.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}