Forkdelta - Quickly Set Gas Price

Forkdelta - Quickly Set Gas Price

What is Forkdelta - Quickly Set Gas Price?

Forkdelta - Quickly Set Gas Price is a Chrome extension developed by etherdelta.com, and its main feature is "Forkdelta - Quickly Set Gas Price".

Extension Screenshots

screenshot

Download Forkdelta - Quickly Set Gas Price Extension CRX File

Download Forkdelta - Quickly Set Gas Price extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly set gas price                    

Extension Basic Information

Name Forkdelta - Quickly Set Gas Price Forkdelta - Quickly Set Gas Price
ID pfhlibipblajechcimfpjiikgfapkpjn
Official URL https://chromewebstore.google.com/detail/forkdelta-quickly-set-gas/pfhlibipblajechcimfpjiikgfapkpjn
Description Forkdelta - Quickly Set Gas Price
File Size 20.55 KB
Installation Count 11
Current Version 1.5.1
Last Updated 2018-09-13
Publish Date 2018-09-12
Developer etherdelta.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Forkdelta - Quickly Set Gas Price"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "etherdelta.css"
            ],
            "matches": [
                "*:\/\/*.forkdelta.app\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Forkdelta - Quickly Set Gas Price",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "web_accessible_resources": [
        "etherdelta.js",
        "etherdelta.css"
    ],
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "Forkdelta - Quickly Set Gas Price",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "https:\/\/*\/*",
        "webRequestBlocking"
    ],
    "version": "1.5.1"
}