MGoBlog Enhancer Firefox

Examine source code of MGoBlog Enhancer

By: TJ Add-on
Inspect and view changes in MGoBlog Enhancer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "MGoBlog Enhancer",
  "version": "2.5",
  "description": "Fixes and customizes our favorite Michigan sports blog",
  "permissions": [
    "storage",
    "activeTab",
    "webRequest",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.mgoblog.com/*",
        "*://*.collegefootballdata.com/*"
      ],
      "css": [
        "mgl-styles.css"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "background.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "manifest_version": 2,
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best MGoBlog Enhancer Alternatives

Here are some Firefox add-ons that are similar to MGoBlog Enhancer: