WebExtension.net
Toggle dark mode
WebExtension.net

React Developer Tools

View on Chrome Web Store
View React Developer Tools Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (1,591 ratings)
1 new ratings
16 views
This extension has been viewed 16 times

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 44c3d3d665 on 2/7/2025.
Type
Extension
Users
4,000,000 users
1M
Meta
View author page of Meta
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 21, 2013
Version 6.1.1
Manifest version
3
Updated
Updated on February 10, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View React Developer Tools 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": "React Developer Tools",
    "description": "Adds React debugging tools to the Chrome Developer Tools.\n\nCreated from revision 44c3d3d665 on 2\/7\/2025.",
    "version": "6.1.1",
    "version_name": "6.1.1 (2\/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.
Go to top