btc-e terminator

Makes simple and fast terminal from original btc-e homepage

Qu'est-ce que btc-e terminator ?

btc-e terminator est une extension Chrome développée par dhilt, et sa fonction principale est "Makes simple and fast terminal from original btc-e homepage".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension btc-e terminator

Téléchargez les fichiers d'extension btc-e terminator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom btc-e terminator btc-e terminator
ID jlfdbhddibhoilgnobkdcefhlkghhkmn
URL Officiel https://chromewebstore.google.com/detail/btc-e-terminator/jlfdbhddibhoilgnobkdcefhlkghhkmn
Description Makes simple and fast terminal from original btc-e homepage
Taille du Fichier 64.35 KB
Nombre d'Installations 28
Version Actuelle 0.2.6
Dernière Mise à Jour 2014-11-16
Date de Publication 2014-11-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur dhilt
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://groups.google.com/forum/#!forum/btc-e-terminator
Langues Prises en Charge 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
}