btc-e terminator
Makes simple and fast terminal from original btc-e homepage
Was ist btc-e terminator?
btc-e terminator ist eine Chrome-Erweiterung, die von dhilt entwickelt wurde, und ihr Hauptmerkmal ist "Makes simple and fast terminal from original btc-e homepage".
Erweiterungsscreenshots
btc-e terminator-Erweiterungs-CRX-Datei herunterladen
Laden Sie btc-e terminator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | btc-e terminator |
ID | jlfdbhddibhoilgnobkdcefhlkghhkmn |
Offizielle URL | https://chromewebstore.google.com/detail/btc-e-terminator/jlfdbhddibhoilgnobkdcefhlkghhkmn |
Beschreibung | Makes simple and fast terminal from original btc-e homepage |
Dateigröße | 64.35 KB |
Installationsanzahl | 28 |
Aktuelle Version | 0.2.6 |
Letztes Update | 2014-11-16 |
Veröffentlichungsdatum | 2014-11-15 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | dhilt |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://groups.google.com/forum/#!forum/btc-e-terminator |
Unterstützte Sprachen | 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 } |