By: Thinkode AI Add-on
Inspect and view changes in ThinkReview: AI Code Review for Pull Requests source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "ThinkReview: Chat with your Pull Requests",
"version": "2.3.4",
"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": [
"patch-viewer.html",
"patch-viewer.js",
"patch-viewer.css",
"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:
PR Code Reviewer
azzy
ADO Review
Rajesh Kumar Sheela
GitHub Review Context
Michael Schättgen
Azure DevOps Story Reviewer
bnwe
GitKraken Browser Extension
GitKraken
Review Lens
Review Lens
Codecode Review for GitLab
Jevgenij Zhukov
AI-powered Code Review AS
Grean Duoa
PR Review Tool
mikecarbone
GitHub PR Copilot Comments Enhancer
JavaScript room
GitHub Web IDE
zvizvi
Agent Blame
Murali