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"
            ]
        }
    ]
}