Polygon (MATIC) Gas Station

This extension reccomends the Gas price (MATIC) to use on Polygon mainnet

ما هو Polygon (MATIC) Gas Station؟

Polygon (MATIC) Gas Station هو إضافة Chrome تم تطويرها بواسطة ferhatkochan، والميزة الرئيسية لها هي "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet".

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

screenshot

تحميل ملف CRX للإضافة Polygon (MATIC) Gas Station

قم بتنزيل ملفات الامتداد Polygon (MATIC) Gas Station بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.                    

معلومات أساسية عن التمديد

الاسم Polygon (MATIC) Gas Station Polygon (MATIC) Gas Station
ID miekildhlhgnodhpbplnicnidfcbhofj
عنوان URL الرسمي https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj
الوصف This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
حجم الملف 15.85 KB
عدد التثبيتات 447
النسخة الحالية 1.1
آخر تحديث 2021-07-26
تاريخ النشر 2021-07-22
تقييم 5.00/5 مجموع تقييمات 1
المطور ferhatkochan
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://discord.gg/teNJYDaz
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": ".\/static\/gasstationlogo.png",
        "48": ".\/static\/gasstationlogo.png",
        "128": ".\/static\/gasstationlogo.png"
    },
    "name": "Polygon (MATIC) Gas Station",
    "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'",
    "browser_action": {
        "default_icon": ".\/static\/gasstationlogo.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}