4chan color users

4chan color users

Colors all posts made by user in a thread

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "4chan color users",
  "version": "1.12",
  "description": "Colors all posts made by user in a thread",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://boards.4chan.org/*",
        "https://boards.4chan.org/*"
      ],
      "js": [
        "jquery.js",
        "contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "manifest_version": 2
}