WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Claude

Claude

View on Chrome Web Store
View Claude Chrome Extension on Chrome Web Store
Add to bookmarks
2.8 (337 ratings)
1 new ratings
40 views
This extension has been viewed 40 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Claude in Chrome (Beta)
Type
Extension
Users
1,000,000 users
50K
Website claude.com
Anthropic
View author page of Anthropic
Published
Published on July 31, 2025
Version 1.0.44
Manifest version
3
Updated
Updated on February 4, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Claude Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Claude",
    "version": "1.0.44",
    "description": "Claude in Chrome (Beta)",
    "minimum_chrome_version": "116",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open Claude"
    },
    "options_page": "options.html",
    "permissions": [
        "sidePanel",
        "storage",
        "activeTab",
        "scripting",
        "debugger",
        "tabGroups",
        "tabs",
        "alarms",
        "notifications",
        "system.display",
        "webNavigation",
        "declarativeNetRequestWithHostAccess",
        "offscreen",
        "nativeMessaging",
        "unlimitedStorage",
        "downloads"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-Bwa5rY9t.js"
            ],
            "matches": [
                "https:\/\/claude.ai\/*",
                "https:\/\/*.claude.ai\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/accessibility-tree.js-D8KNCIWO.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "assets\/agent-visual-indicator.js-Ct7LqXhp.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/claude.ai\/*",
            "https:\/\/*.claude.ai\/*"
        ]
    },
    "commands": {
        "toggle-side-panel": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Toggle Claude side panel"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjU1XnLPoasGVmZU42K3h6S+sQhkogfcoLPbIcrWH5Oo8QoInBIugkew\/7cWaEFySyQrkaEBe1fjeS\/rlAqd3r778dKcTvDZcXmj0VVX0Fi1i8tnkarurceGKGdVxfkL7e30nwfgwoPxj3H8OQbsbxFcBWGVtcFekmdpiyaxwz6o4yXIWColfAxh9K2yToOZkoAS5GvgGvTexiCh1gYy++eFdk6C61mcFsyDdoGQtduhGEaX0zZ9uAW1jX4JTPmHV3kEFrZu\/WVBl7Obw+Jk\/osoHMdmghVNy6SCB8\/6mcgmxkP9buPrNUZgYP6n0x5dqEJ2Ecww\/lb1Zd4nQf4XGOwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.anthropic.com wss:\/\/api.anthropic.com https:\/\/claude.ai https:\/\/platform.claude.com https:\/\/api.segment.io https:\/\/*.segment.com https:\/\/*.ingest.us.sentry.io https:\/\/api.honeycomb.io https:\/\/browser-intake-us5-datadoghq.com wss:\/\/bridge.claudeusercontent.com wss:\/\/bridge-staging.claudeusercontent.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:;"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.claude.ai\/*",
                "https:\/\/claude.ai\/*"
            ],
            "resources": [
                "assets\/content-script.ts-Bwa5rY9t.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/accessibility-tree.js-D8KNCIWO.js",
                "assets\/agent-visual-indicator.js-Ct7LqXhp.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top