GitHub Auto Update Branch Firefox

Examine source code of GitHub Auto Update Branch

Por: thePosom
Inspect and view changes in GitHub Auto Update Branch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Auto Update Branch",
  "version": "1.0",
  "description": "Automatically clicks the Update branch button on GitHub PRs.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-auto-update-branch@pullrequestupdater.local",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas GitHub Auto Update Branch

Aquí hay algunas Firefox add-ons que son similares a GitHub Auto Update Branch: