WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Keploy API Test Recorder

Keploy API Test Recorder

View on Chrome Web Store
View Keploy API Test Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (189 ratings)
64 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.

Records JSON API calls from Web App interactions and send to Keploy.io as input for generating complete API test flows.
Type
Extension
Users
692 users
76
Website keploy.io
Keploy Inc
View author page of Keploy Inc
Published
Published on June 25, 2025
Version 1.13.0
Manifest version
3
Updated
Updated on November 13, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Keploy API Test Recorder 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": "Keploy API Test Recorder",
    "version": "1.13.0",
    "description": "Records JSON API calls from Web App interactions and send to Keploy.io as input for generating complete API test flows.",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "permissions": [
        "webRequest",
        "activeTab",
        "storage",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/interceptor.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ]
}
© 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