Goatbox for BTC-e

Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!

Qu'est-ce que Goatbox for BTC-e ?

Goatbox for BTC-e est une extension Chrome développée par http://charlesism.com, et sa fonction principale est "Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Goatbox for BTC-e

Téléchargez les fichiers d'extension Goatbox for BTC-e 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

                        Goatbox is an unofficial extension for btc-e.com's chatbox that lets you hide messages from annoying users. Additional features include the ability to hide the chatbox entirely, and - at your own risk* - enable inline Youtube, Soundcloud, and Imgur media, in the chatbox.

*I consider inline media (somewhat) insecure because it allows scripts from youtube.com, soundcloud.com, and imgur.com to run in the same environment as btce.com. If you understand the risk, you can enable these features by typing the following command (remember to include the "/" character) in the chatbox window and pressing return: /reckless true

I am happy to accept donations, but be aware that I have stopped active development and support of Goatbox. My wallet addresses are: 

Bitcoin: 1ByMGkzdJf9nJR3797eiZuTiu1oQmXeUqH

Litecoin: LhAaLidDAg9pFZQoQGDnLYJfHkqCtfU8tR

Happy trading!                    

Informations de Base sur l'Extension

Nom Goatbox for BTC-e Goatbox for BTC-e
ID bojkglffmhiidgmliclialapiapmlkhe
URL Officiel https://chrome.google.com/webstore/detail/goatbox-for-btc-e/bojkglffmhiidgmliclialapiapmlkhe
Description Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!
Taille du Fichier 60.35 KB
Nombre d'Installations 23
Version Actuelle 1.93
Dernière Mise à Jour 2015-07-30
Date de Publication 2015-07-30
Évaluation 4.71/5 Total 7 Évaluations
Développeur http://charlesism.com
Type de Paiement free
Site Web de l'Extension https://charlesism.com/goatbox.html
URL de la Page d'Aide https://charlesism.com/support.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goatbox for BTC-e",
    "short_name": "Goatbox",
    "version": "1.93",
    "description": "Adds 'ignore' to btc-e.com's chatbox (aka \"trollbox\"). Banish spammers, scam-artists, bores, racists, dullards and trolls!",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "author": "Charles Constant",
    "homepage_url": "http:\/\/charlesism.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/btc-e.com\/*"
            ],
            "js": [
                "goatbox.js"
            ]
        }
    ]
}