WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
React Developer Tools

React Developer Tools

View on Chrome Web Store
4.0 (1,594 ratings)
1 new ratings
26 views

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

Adds React debugging tools to the Chrome Developer Tools. Created from revision 4d6cf75921 on 5/7/2025.
Type
Extension
Users
4,000,000 users
1M
Meta
Featured Extension

Hand-picked for quality and usefulness

Published
Version 6.1.2
Manifest version
3
Updated
productivity/developer
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "React Developer Tools",
    "description": "Adds React debugging tools to the Chrome Developer Tools.\n\nCreated from revision 4d6cf75921 on 5\/7\/2025.",
    "version": "6.1.2",
    "version_name": "6.1.2 (5\/7\/2025)",
    "minimum_chrome_version": "102",
    "icons": {
        "16": "icons\/16-production.png",
        "32": "icons\/32-production.png",
        "48": "icons\/48-production.png",
        "128": "icons\/128-production.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16-disabled.png",
            "32": "icons\/32-disabled.png",
            "48": "icons\/48-disabled.png",
            "128": "icons\/128-disabled.png"
        },
        "default_popup": "popups\/disabled.html"
    },
    "devtools_page": "main.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.html",
                "panel.html",
                "build\/*.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "build\/prepareInjection.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2025 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.