DevForum+

DevForum+

Makes the Roblox DevForum that bit nicer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DevForum+",
  "version": "1.1",
  "description": "Makes the Roblox DevForum that bit nicer.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "100": "icons/icon100.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://devforum.roblox.com/*"
      ],
      "js": [
        "devforumplus.js"
      ]
    }
  ],
  "permissions": [
    "*://devforum.roblox.com/*"
  ]
}