By: Murali
Inspect and view changes in Agent Blame source codes across current and past versions
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:
PR Code Reviewer
azzy
ThinkReview: AI Code Review for Pull Requests
Thinkode AI
Offline AI Detector
Arthur
GitHub Repo Analyzer
onyx47
AI-powered Code Review AS
Grean Duoa
CodeWise - Optimise code for Developers
bennie
ADO Review
Rajesh Kumar Sheela
SmartMark AI
Henry Miles
AI Comment Checker
Rudraksh Zodage
GitHub Live PRs
xmmarcotte
AI Intent Indicator
Libor Benes (Dr. B)