MGoBlog Enhancer Firefox

Examine source code of MGoBlog Enhancer

By: TJ
Inspect and view changes in MGoBlog Enhancer source codes across current and past versions
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: