Agent Blame Firefox

Examine source code of Agent Blame

By: Murali Add-on
Inspect and view changes in Agent Blame 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": "Agent Blame",
  "version": "3.1.9",
  "description": "See AI-generated vs human-written code on GitHub PRs",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Agent Blame",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*"
      ],
      "js": [
        "content/router.js"
      ],
      "css": [
        "content/content.css",
        "content/chart.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png",
        "icons/*.svg"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "agentblame@mesa.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Agent Blame Alternatives

Here are some Firefox add-ons that are similar to Agent Blame: