GitHub Enhancer Firefox

Examine source code of GitHub Enhancer

제작자: myst25 Add-on
Inspect and view changes in GitHub 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": 3,
  "name": "GitHub Enhancer",
  "version": "1.2",
  "description": "Github Pro",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-date-enhancer@myst25"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

최고의 GitHub Enhancer 대안

다음은 GitHub Enhancer과(와) 유사한 Firefox add-on입니다: