Roblox LMaD Forum+

Roblox LMaD Forum+

Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery.js",
        "script.js"
      ],
      "matches": [
        "http://www.roblox.com/Forum/ShowPost.aspx?PostID=*"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "Roblox LMaD Forum+",
  "permissions": [
    "http://www.roblox.com/",
    "http://web.roblox.com/"
  ],
  "version": "2"
}