By: CourierKD
Inspect and view changes in Claude Code Probe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Claude Code Probe",
"version": "1.1.1",
"description": "Inspect, highlight, and copy any element on any webpage.",
"permissions": [
"activeTab",
"clipboardWrite"
],
"action": {
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"default_title": "Toggle Probe Mode"
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib/html2canvas.min.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "claude-code-probe@probe.dev",
"strict_min_version": "121.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best Claude Code Probe Alternatives
Here are some Firefox add-ons that are similar to Claude Code Probe:
Copy DOM and CSS for AI
Faisal Bhuiyan
HTML/CSS Extractor
max
AI Web Element Assistant
itzhak.y
DevSnip
nerrilyn
Hoverify: All-in-one extension for web developers
Hoverify
Web Content MD Clipper
Isaac Murtagh
DevClip for Developers
Freakin18
Quick Copy Pro
rmk dev
Allow Copy& Right Click
codehemu
Claude Remote Control
QENEX
Time-Travel Debugger for The Web
jbrew
Gripper - DevTools for Designers
isboyjc