GitHub PRs Display Target Branch Firefox

Examine source code of GitHub PRs Display Target Branch

By: Asgrim Add-on
Inspect and view changes in GitHub PRs Display Target Branch 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": 3,
  "name": "GitHub PRs Display Target Branch",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "/content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c9aff85-61d3-4526-a40f-265271e828dd}"
    }
  }
}

Best GitHub PRs Display Target Branch Alternatives

Here are some Firefox add-ons that are similar to GitHub PRs Display Target Branch: