Goatbox for BTC-e

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

什么是Goatbox for BTC-e?

Goatbox for BTC-e是由http://charlesism.com开发的Chrome扩展程序,该扩展的主要功能是“Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Goatbox for BTC-e扩展crx文件

下载Goatbox for BTC-e扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Goatbox for BTC-e Goatbox for BTC-e
ID bojkglffmhiidgmliclialapiapmlkhe
官方URL https://chrome.google.com/webstore/detail/goatbox-for-btc-e/bojkglffmhiidgmliclialapiapmlkhe
简介 Adds 'ignore' to btc-e.com's chatbox (aka "trollbox"). Banish spammers, scam-artists, bores, racists, dullards and trolls!
文件大小 60.35 KB
安装次数 23
当前版本 1.93
更新时间 2015-07-30
上架时间 2015-07-30
评分 4.71/5 共7次评分
开发者 http://charlesism.com
付费类型 free
扩展官网 https://charlesism.com/goatbox.html
帮助页面URL https://charlesism.com/support.html
支持的语言 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"
            ]
        }
    ]
}