Gas Now Notifier

This extension will give you the gas price and notify you

Wat is Gas Now Notifier?

Gas Now Notifier is een Chrome-extensie ontwikkeld door Wadie ELARRIM, en de belangrijkste functie is "This extension will give you the gas price and notify you".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gas Now Notifier

Download Gas Now Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Gas Now Notifier Gas Now Notifier
ID clccniplcefppppkbaaefjmkipnjgpek
Officiële URL https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek
Beschrijving This extension will give you the gas price and notify you
Bestandsgrootte 17.67 KB
Aantal Installaties 752
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-12-29
Publicatiedatum 2020-12-28
Ontwikkelaar Wadie ELARRIM
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.linkedin.com/in/welarrim/
Ondersteunde Talen 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;"
}