WebExtension.net
WebExtension.net

Session Replay browser extension

View on Chrome Web Store
View Session Replay browser extension Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Session Replay browser extension that allows to proxy loading of resources when replaying a session.
Type
Extension
Users
62 users
saas.vendor.rum
View author page of saas.vendor.rum
Published
Published on May 23, 2024
Version 0.0.1
Manifest version
3
Updated
Updated on June 27, 2024
View on Chrome Web Store
View Session Replay browser extension Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Session Replay browser extension",
    "description": "Session Replay browser extension that allows to proxy loading of resources when replaying a session.",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "img\/icon150.png"
    },
    "icons": {
        "32": "img\/icon32.png",
        "44": "img\/icon44.png",
        "128": "img\/icon128.png",
        "150": "img\/icon150.png"
    },
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "build\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "build\/contentscript.js"
            ],
            "all_frames": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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