TexAgs User Tools

TexAgs User Tools

Adds pseudo watch-listing and tools for managing users, such as hiding posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "texagstools.user.js"
      ],
      "matches": [
        "http://texags.com/forums/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Adds pseudo watch-listing and tools for managing users, such as hiding posts.",
  "icons": {
    "48": "taicon.jpeg",
    "128": "texagsicon.jpeg"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQaJkcbRLoRwqjVyc+MDVnOk6uYWX9LYZ19VcQ2WKckA+hX732o4RJWfpuSsLsps8GB4frD1Swy65+EegH7V0ozztcczGOoEqHcclaJ1GYMtAIU2NxZqzSjE31PdwMLvSCc9co46ZdxITVTU6Ir52zMvYoCo7u7MriJ47afAQe7wIDAQAB",
  "manifest_version": 2,
  "name": "TexAgs User Tools",
  "short_name": "TAUT",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.1"
}