Forkdelta - Quickly Set Gas Price
Forkdelta - Quickly Set Gas Price
Cos'è Forkdelta - Quickly Set Gas Price?
Forkdelta - Quickly Set Gas Price è un'estensione di Chrome sviluppata da etherdelta.com, e la sua funzione principale è "Forkdelta - Quickly Set Gas Price".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forkdelta - Quickly Set Gas Price
Scarica i file di estensione Forkdelta - Quickly Set Gas Price in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Quickly set gas price Informazioni di Base sull'Estensione
| Nome | |
| ID | pfhlibipblajechcimfpjiikgfapkpjn |
| URL Ufficiale | https://chromewebstore.google.com/detail/forkdelta-quickly-set-gas/pfhlibipblajechcimfpjiikgfapkpjn |
| Descrizione | Forkdelta - Quickly Set Gas Price |
| Dimensione del File | 20.55 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 1.5.1 |
| Ultimo Aggiornamento | 2018-09-13 |
| Data di Pubblicazione | 2018-09-12 |
| Sviluppatore | etherdelta.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |