ThinkReview: AI Code Review for Pull Requests Firefox

Examine source code of ThinkReview: AI Code Review for Pull Requests

Inspect and view changes in ThinkReview: AI Code Review for Pull Requests 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": "ThinkReview: Chat with your Pull Requests",
  "version": "2.3.8",
  "description": "Agentic code reviews built into every PR page. GitLab, Azure DevOps, GitHub & Bitbucket — Ollama and OpenRouter support",
  "browser_specific_settings": {
    "gecko": {
      "id": "thinkreview@thinkreview.dev",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "identity",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://gitlab.com/*",
    "https://github.com/*",
    "https://patch-diff.githubusercontent.com/*",
    "https://us-central1-thinkgpt.cloudfunctions.net/*",
    "https://dev.azure.com/*",
    "https://*.visualstudio.com/*"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon48.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://thinkreview.dev/*",
        "https://portal.thinkreview.dev/*",
        "https://app.thinkreview.dev/*"
      ],
      "js": [
        "vendor/honeybadger.ext.min.js",
        "content-webapp-auth.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "images/*",
        "components/*",
        "components/integrated-review.css",
        "components/review-prompt/*",
        "services/*",
        "services/ollama-service.js",
        "services/openrouter-service.js",
        "utils/*",
        "utils/ide-integration/*",
        "assets/*",
        "components/subscription-section.html",
        "components/subscription-section.css",
        "vendor/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best ThinkReview: AI Code Review for Pull Requests Alternatives

Here are some Firefox add-ons that are similar to ThinkReview: AI Code Review for Pull Requests: