Blanchardgold Spot Prices

Spot prices for gold, silver, platinum and palladium.

ما هو Blanchardgold Spot Prices؟

Blanchardgold Spot Prices هو إضافة Chrome تم تطويرها بواسطة https://www.blanchardgold.com، والميزة الرئيسية لها هي "Spot prices for gold, silver, platinum and palladium.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Blanchardgold Spot Prices

قم بتنزيل ملفات الامتداد Blanchardgold Spot Prices بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}