GithubPlus Firefox

Examine source code of GithubPlus

제작자: xl1te
Inspect and view changes in GithubPlus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GithubPlus",
  "author": "xl1te (lighscent)",
  "version": "1.3.2",
  "description": "Upgrade your GitHub experience with custom enhancements and a streamlined interface.",
  "icons": {
    "16": "assets/githubplus.png",
    "48": "assets/githubplus.png",
    "128": "assets/githubplus.png"
  },
  "minimum_chrome_version": "120",
  "browser_specific_settings": {
    "gecko": {
      "id": "githubplus@lighscent.github.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "enabled": true,
        "required": [
          "none"
        ]
      }
    }
  },
  "host_permissions": [
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "scripts/badges.js",
        "scripts/pagination.js",
        "scripts/vscode.js"
      ],
      "run_at": "document_end"
    }
  ]
}

최고의 GithubPlus 대안

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