btc-e terminator
Makes simple and fast terminal from original btc-e homepage
Cos'è btc-e terminator?
btc-e terminator è un'estensione di Chrome sviluppata da dhilt, e la sua funzione principale è "Makes simple and fast terminal from original btc-e homepage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione btc-e terminator
Scarica i file di estensione btc-e terminator 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
Now you can block unfunctional (and functional) sections of btc-e.com homepage!
- block CHAT
- block all right sidebar
- block CHARTS
- block trade history
- block buy/sell order lists
- etc
UPD: integration with bitcoinWisdom (!)
Extension feedback
https://groups.google.com/forum/#!forum/btc-e-terminator
Extension sources
https://github.com/dhilt/btc-e-terminator
Extension donate
BTC@1DZXZGkUCmSUNmRTMrx9hj2e22y4mEn6vW
Have a good trades!
dhilt, 2014 Informazioni di Base sull'Estensione
| Nome | |
| ID | jlfdbhddibhoilgnobkdcefhlkghhkmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/btc-e-terminator/jlfdbhddibhoilgnobkdcefhlkghhkmn |
| Descrizione | Makes simple and fast terminal from original btc-e homepage |
| Dimensione del File | 64.35 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 0.2.6 |
| Ultimo Aggiornamento | 2014-11-16 |
| Data di Pubblicazione | 2014-11-15 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | dhilt |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://groups.google.com/forum/#!forum/btc-e-terminator |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "btc-e terminator",
"short_name": "btc-e terminator",
"version": "0.2.6",
"description": "Makes simple and fast terminal from original btc-e homepage",
"options_page": "options.html",
"icons": {
"128": "btceterminator128.png",
"48": "btceterminator48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/btc-e.com\/",
"https:\/\/btc-e.com\/exchange\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"permissions": [
"storage",
"https:\/\/bitcoinwisdom.com\/*"
],
"web_accessible_resources": [
"contentscript.css",
"options.html",
"shotgun.png"
],
"manifest_version": 2
} | |