JQuery Injector for TSW

JQuery Injector for TSW

Injects JQuery into the TSW Website so that all its features may be used

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "JQuery Injector for TSW",
  "version": "1.1",
  "description": "Injects JQuery into the TSW Website so that all its features may be used",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://register.thesecretworld.com/"
  ],
  "background": {
    "scripts": [
      "JInjector.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7278c01f-1be6-4175-bcd8-8b0773686a4b}"
    }
  }
}