Gitlab merge requests utils Firefox

Examine source code of Gitlab merge requests utils

Inspect and view changes in Gitlab merge requests utils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gitlab merge requests utils",
  "version": "1.1.0",
  "description": "Add different utils for gitlab merge requests",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.gitlab.com/*/merge_requests/",
        "*://*.gitlab.com/*/merge_requests",
        "*://*.gitlab.com/*/merge_requests*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d16c5235-1761-48f3-9fb3-85e3a592e362}"
    }
  }
}

Best Gitlab merge requests utils Alternatives

Here are some Firefox add-ons that are similar to Gitlab merge requests utils: