GitLab Merge Requests lists enhancer Firefox

Examine source code of GitLab Merge Requests lists enhancer

Inspect and view changes in GitLab Merge Requests lists 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
{
  "manifest_version": 2,
  "name": "GitLab Merge Requests lists enhancer",
  "version": "1.6.0",
  "description": "An extension that enhance all Merge Requests lists on any instance of Gitlab and GitLab.com.",
  "homepage_url": "https://github.com/EpocDotFr/gitlab-merge-requests-lists-enhancer",
  "author": "Maxime 'Epoc' G.",
  "icons": {
    "16": "images/logo_16.png",
    "48": "images/logo_48.png",
    "96": "images/logo_96.png",
    "128": "images/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*/*/-/merge_requests",
        "*://*/*/*/-/merge_requests?*"
      ],
      "js": [
        "js/preferences.js",
        "js/content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false,
    "browser_style": true
  },
  "permissions": [
    "*://*/*/*/-/merge_requests",
    "*://*/*/*/-/merge_requests?*",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gmrle@epoc.fr",
      "strict_min_version": "63.0"
    }
  }
}

Best GitLab Merge Requests lists enhancer Alternatives

Here are some Firefox add-ons that are similar to GitLab Merge Requests lists enhancer: