Goatbox for BTC-e

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

¿Qué es Goatbox for BTC-e?

Goatbox for BTC-e es una extensión de Chrome desarrollada por http://charlesism.com, y su función principal es "Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Goatbox for BTC-e

Descarga archivos de extensión Goatbox for BTC-e en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Goatbox for BTC-e Goatbox for BTC-e
ID bojkglffmhiidgmliclialapiapmlkhe
URL Oficial https://chrome.google.com/webstore/detail/goatbox-for-btc-e/bojkglffmhiidgmliclialapiapmlkhe
Descripción Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!
Tamaño del Archivo 60.35 KB
Cantidad de Instalaciones 23
Versión Actual 1.93
Última Actualización 2015-07-30
Fecha de Publicación 2015-07-30
Calificación 4.71/5 Total de 7 Calificaciones
Desarrollador http://charlesism.com
Tipo de Pago free
Sitio Web de la Extensión https://charlesism.com/goatbox.html
URL de la Página de Ayuda https://charlesism.com/support.html
Idiomas Soportados 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"
            ]
        }
    ]
}