Owlracle Gas Price Tracker

Simple and accurate Multichain gas price tracker

ما هو Owlracle Gas Price Tracker؟

Owlracle Gas Price Tracker هو إضافة Chrome تم تطويرها بواسطة https://owlracle.info، والميزة الرئيسية لها هي "Simple and accurate Multichain gas price tracker".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Owlracle Gas Price Tracker

قم بتنزيل ملفات الامتداد Owlracle Gas Price Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        🔥 Get accurate gas price predictions for 11 different networks with a click!

🔮 New Exclusive feature: Tx Advisor!!!
It uses Owlracle gas price recommendations to override gas price settings set by dapp protocols right into your Metamask tx confirmation screen.
That is right! Owlracle extension will automatically set the gas prices for you. No need to tinker with Metamask anymore. ADVICE WILL BE FREE FOR A LIMITED TIME.

🔗 Owlracle is the multichain gas price tracker.
Works on Ethereum, BNB Chain, Fantom,  Avalanche, Polygon, Moonriver, Cronos, Harmony, Heco, Celo, and Fuse.
Owlracle is free and open-source.

🤖 We also provide a powerful and highly customizable REST API to help developers retrieve gas price and gas history information best suited to their app needs.

🦉 Visit our website https://owlracle.info for more info.


⚠️ If you are getting scary messages about permissions, please read our policies below:⚠️

* We do not store any of your personal data.
* The extension store your preferences such as chosen network and last tab on local storage. None of this is transmitted to our server.
* The extension also stores your logged API key on local storage. You use it every time you ask for gas information from our servers.
* When using the Tx Advisor, the extension has access to the active tab, just as Metamask, AdBlock, and many other extensions do.
* To do its thing, Tx Advisor needs to have access to a global variable set and read by Metamask (window.ethereum). This is the only reason for the active tab permission. No other info about your tab is used or recorded.
* Our code is open-source. You can always check it at https://github.com/owlracle/extension, or ask us anything on our Discord server at https://discord.gg/bHckPMw3Qu.

🛠️ Patch Notes 

🔹Version 1.2.0.3

🔸Tx advisor fee is set to FREE until further notice.
🔸Removed cookies permission.
🔸Added a permission and privacy policies information.

🔹Version 1.2

🔸Added a new tab for tx advisor: a new feature enabling Owlracle Extension to override the gas price settings set by protocols right into your Metamaks interface.                    

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

الاسم Owlracle Gas Price Tracker Owlracle Gas Price Tracker
ID gnedoldjklhjjhmcfpilokboppbceclh
عنوان URL الرسمي https://chromewebstore.google.com/detail/owlracle-gas-price-tracke/gnedoldjklhjjhmcfpilokboppbceclh
الوصف Simple and accurate Multichain gas price tracker
حجم الملف 123 KB
عدد التثبيتات 280
النسخة الحالية 1.2.0.4
آخر تحديث 2022-07-17
تاريخ النشر 2022-01-12
تقييم 5.00/5 مجموع تقييمات 3
المطور https://owlracle.info
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://owlracle.info
عنوان صفحة المساعدة https://discord.gg/bHckPMw3Qu
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Owlracle Gas Price Tracker",
    "description": "Simple and accurate Multichain gas price tracker",
    "version": "1.2.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        }
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/contentScript.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script\/inject.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "script\/background.min.js"
    }
}