Chaos Frontend Toolkit

A set of tools to break your web apps and, in doing so, find ways to improve them.

What is Chaos Frontend Toolkit?

Chaos Frontend Toolkit is a Chrome extension developed by Thibaud Courtoison, and its main feature is "A set of tools to break your web apps and, in doing so, find ways to improve them.".

Extension Screenshots

screenshot
screenshot

Download Chaos Frontend Toolkit Extension CRX File

Download Chaos Frontend Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "Chaos Engineering is the discipline of experimenting on a system in order to build confidence in the system’s capability to withstand turbulent conditions in production."

Even though it is usually applied to infrastructure, we can use Chaos Engineering principles on the front end part of our web applications.

Network, Timers, History, Accessibility, Localization, Inputs: This web extension bundles tools intended to break your apps.                    

Extension Basic Information

Name Chaos Frontend Toolkit Chaos Frontend Toolkit
ID dnfmkfbhilcjkaeiapkjocbgghjiaknk
Official URL https://chromewebstore.google.com/detail/chaos-frontend-toolkit/dnfmkfbhilcjkaeiapkjocbgghjiaknk
Description A set of tools to break your web apps and, in doing so, find ways to improve them.
File Size 120 KB
Installation Count 310
Current Version 1.0.0
Last Updated 2021-12-12
Publish Date 2021-12-12
Rating 5.00/5 Total 2 Ratings
Developer Thibaud Courtoison
Email [email protected]
Payment Type free
Extension Website https://chaos-frontend-toolkit.web.app/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chaos Frontend Toolkit",
    "version": "1.0.0",
    "homepage_url": "https:\/\/chaos-frontend-toolkit.web.app",
    "description": "A set of tools to break your web apps and, in doing so, find ways to improve them.",
    "icons": {
        "128": "icons\/flask-large.png"
    },
    "author": "Thibaud \"Errorname\" Courtoison ",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chaos-frontend-toolkit.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}