WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LambdaTest Accessibility DevTools

LambdaTest Accessibility DevTools

View on Chrome Web Store
View LambdaTest Accessibility DevTools Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (16 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

LambdaTest Accessibility DevTools - The Go-to Accessibility Auditor for Developers, Testers, and Product Managers.
Type
Extension
Users
2,000 users
1K
Website lambdatest.com
LambdaTest
View author page of LambdaTest
Published
Published on February 20, 2024
Version 1.3.1
Manifest version
3
Updated
Updated on August 18, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View LambdaTest Accessibility DevTools 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",
    "description": "LambdaTest Accessibility DevTools - The Go-to Accessibility Auditor for Developers, Testers, and Product Managers.",
    "version": "1.3.1",
    "manifest_version": 3,
    "name": "LambdaTest Accessibility DevTools",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "debugger",
        "storage",
        "webNavigation",
        "tabs",
        "identity",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}
© 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