Goatbox for BTC-e

Goatbox for BTC-e

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

Merlin
Additional files are visible only to premium users

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