WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Komodo Screen Recorder & SOP

Komodo Screen Recorder & SOP

View on Chrome Web Store
View Komodo Screen Recorder & SOP Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (73 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.

Record screen and get a magical SOP with an AI Summary
Type
Extension
Users
30,000 users
10K
Website komododecks.com
kgrauer
View author page of kgrauer
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 9, 2021
Version 2.6.2
Manifest version
3
Updated
Updated on May 8, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Komodo Screen Recorder & SOP 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",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.6.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhFvYQ\/mQRjUI6SLRgESnLnW3FMu5AKzWyavSAZA6BGpRsmTIzfZOQneXQueTf99aQ7edUeVQyDBFZUgady8XgC2DQVTG5T7PVtstTAF4eFQgNhQDVg96Mp18YpiFRFjVadQkpWhA6zmrLGkvD2SLmutxhtt9UYyKnk4KKPgvnlPzX\/2xfZDVUafPl8m9T4aW04ZLtPWlGcbxjUexZGNtNqLbljVBfHYXLyX1OsszntqoJ6gETzPubyHrpXEBM93j\/RZMLmTu1udrmYz0AQYcgeqh0FtnNG4TxINCpIq07zI9Nry7XJ9Pz73RJN58fT+t1sMrmLbXquWf7DbsWv978wIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "127.0",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "offscreen",
        "activeTab",
        "storage",
        "notifications",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*.komododecks.com\/*",
        "https:\/\/komododecks.com\/*"
    ],
    "icons": {
        "64": "static\/images\/icon\/icon.png"
    },
    "action": {
        "default_popup": "\/dist\/pages\/auth-popup\/popup.html",
        "default_title": "Komodo"
    },
    "background": {
        "service_worker": "dist\/bg\/rl-sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/spaces.vatom.com\/*"
            ],
            "js": [
                "dist\/cs\/ui-variants\/rl-vatom-ui.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "dist\/cs\/rl-cs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/cs\/rl-gmail.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "dist\/pages\/cs-iframes\/*",
                "dist\/cs\/ui-variants\/*.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+K"
            }
        },
        "toggle-pause-recording": {
            "description": "__MSG_Shortcut_Pause_Resume_a_recording__"
        },
        "toggle-pause-guide": {
            "description": "__MSG_Shortcut_Pause_Resume_recording_guide_steps__"
        },
        "stop-recording": {
            "description": "__MSG_Shortcut_Stop_a_recording__"
        },
        "hide-ui": {
            "description": "__MSG_Shortcut_Hide_UI__"
        }
    },
    "options_ui": {
        "page": "dist\/pages\/options\/options.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.komododecks.com\/*",
            "https:\/\/komododecks.com\/*"
        ]
    }
}
© 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