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.9 (230 ratings)
12 new ratings
15 views
This extension has been viewed 15 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 for Chrome (Beta)
Type
Extension
Users
500,000 users
100K
Website claude.com
Anthropic
View author page of Anthropic
Published
Published on July 31, 2025
Version 1.0.36
Manifest version
3
Updated
Updated on December 20, 2025
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.36",
    "description": "Claude for Chrome (Beta)",
    "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-D39zjmMD.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:\/\/console.anthropic.com https:\/\/statsig.com https:\/\/*.statsig.com https:\/\/api.statsig.com https:\/\/featuregates.org https:\/\/statsigapi.net https:\/\/events.statsigapi.net https:\/\/api.statsigcdn.com https:\/\/featureassets.org https:\/\/assetsconfigcdn.org https:\/\/prodregistryv2.org https:\/\/cloudflare-dns.com https:\/\/beyondwickedmapping.org https:\/\/api.segment.io https:\/\/*.segment.com https:\/\/*.ingest.us.sentry.io https:\/\/api.honeycomb.io; 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-D39zjmMD.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