Simon Average

Simon Average

Calculates your average and displays it on schools SIMON page Your school requires SIMON

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "https://*.vic.edu.au/WebModules/*"
      ],
      "js": [
        "main.js"
      ],
      "matches": [
        "https://*.vic.edu.au/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgiHAQ0qociyAXAIe7v2CWxqVY4ndQBL5EZpdAKSKVP+F0siWNDtdniogZNlKmpP6qzc6V+w4dDNGUrvekQ7UE8GRGh+WbFNkU2DecpRgbh1Gq78n/R1Yz0YWoBwo1IFprtkK9A8OSIBlQoT4BhKc8awfjVHx0BbzbH8k9uq2EHsehTWSYApoJwQQ26GizipuDQXN1GhDxkZ4GZPi0vHtf1wi8EvPKjH603NIMuvbk3ps4Jstp0qjV6fu5gRxjHfdvOED3hJkyqSPfy3Q/B6ZSAGsxrrXiB2ecYC8IYm7HoJ8Txev4QD/9Pq/BCbEl6f51mFaw23tJElHRiLq+b7BUQIDAQAB",
  "manifest_version": 2,
  "name": "Simon Average",
  "options_page": "options.html",
  "permissions": [
    "https://*/vic.edu.au/*",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.1"
}