Ignore SLS Browser Upgrades

Ignore SLS Browser Upgrades

Ignores SLS Browser Upgrades

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Ignores SLS Browser Upgrades",
  "version": "1.2",
  "description": "Ignores SLS Browser Upgrades",
  "content_scripts": [
    {
      "matches": [
        "*://vle.learning.moe.edu.sg/browser/upgrade/"
      ],
      "js": [
        "ignore.js"
      ]
    },
    {
      "matches": [
        "*://vle.learning.moe.edu.sg/"
      ],
      "js": [
        "hide.js"
      ]
    },
    {
      "matches": [
        "*://vle.learning.moe.edu.sg/*"
      ],
      "js": [
        "hide.js"
      ]
    }
  ]
}