Enhanced RT

Enhanced RT

Enhances the Rooster Teeth website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [
        "*://store.roosterteeth.com/*"
      ],
      "include_globs": [
        "*"
      ],
      "js": [
        "Enhanced RT.user.js"
      ],
      "matches": [
        "https://roosterteeth.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "converted_from_user_script": true,
  "description": "Enhances the Rooster Teeth website",
  "name": "Enhanced RT",
  "author": "Patrick Maher",
  "version": "3.8.10"
}