Misc Echo Utilities

Misc Echo Utilities

Adds slight changes to Echo to make it better.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ben Stobaugh",
  "content_scripts": [
    {
      "js": [
        "main.js"
      ],
      "matches": [
        "https://echo.newtechnetwork.org/",
        "http://echo.newtechnetwork.org/",
        "https://echo.newtechnetwork.org/?q=ntlp/home",
        "https://echo.newtechnetwork.org/index.php"
      ]
    },
    {
      "js": [
        "jquery.js",
        "graderank.js"
      ],
      "matches": [
        "https://echo.newtechnetwork.org/?q=ntlp/courses/grade/*"
      ]
    }
  ],
  "description": "Adds slight changes to Echo to make it better.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Misc Echo Utilities",
  "permissions": [
    "cookies",
    "http://echo.newtechnetwork.org/",
    "https://echo.newtechnetwork.org/"
  ],
  "short_name": "Echo Utility",
  "version": "1.0.7.2",
  "web_accessible_resources": [
    "inject-raw.js",
    "konami.js",
    "options.html"
  ]
}