Gas Now Notifier

This extension will give you the gas price and notify you

¿Qué es Gas Now Notifier?

Gas Now Notifier es una extensión de Chrome desarrollada por Wadie ELARRIM, y su función principal es "This extension will give you the gas price and notify you".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Gas Now Notifier

Descarga archivos de extensión Gas Now Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Gas Now Notifier was created with love because I needed to check every time the gas price.

With Gas Now Notifier, you have to specify your goal and that's it, it will notify you once the price reach the goal.

PS : Gas Now Notifier fetch data from Gas Now                    

Información Básica de la Extensión

Nombre Gas Now Notifier Gas Now Notifier
ID clccniplcefppppkbaaefjmkipnjgpek
URL Oficial https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek
Descripción This extension will give you the gas price and notify you
Tamaño del Archivo 17.67 KB
Cantidad de Instalaciones 752
Versión Actual 1.0.1
Última Actualización 2020-12-29
Fecha de Publicación 2020-12-28
Desarrollador Wadie ELARRIM
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://www.linkedin.com/in/welarrim/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gas Now Notifier",
    "description": "This extension will give you the gas price and notify you",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "alarms"
    ],
    "content_security_policy": "default-src 'self' blob: filesystem: 'unsafe-eval'; connect-src 'self' https:\/\/www.gasnow.org\/api\/v3\/gas\/price;"
}