WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screen Recorder by Klip

Screen Recorder by Klip

View on Chrome Web Store
View Screen Recorder by Klip Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (53 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Free 1-hr screen recording with voice and camera.
Type
Extension
Users
10,000 users
Website outklip.com
Klip
View author page of Klip
Published
Published on August 11, 2017
Version 2.7.121
Manifest version
2
Updated
Updated on April 28, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screen Recorder by Klip 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": "Screen Recorder by Klip",
    "short_name": "Klip",
    "author": "Sunil Kowlgi",
    "version": "2.7.121",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Free 1-hr screen recording with voice and camera.",
    "homepage_url": "https:\/\/outklip.com",
    "background": {
        "scripts": [
            "build\/background\/background.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Screen Recorder",
        "default_popup": "dropdown\/dropdown.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outklip.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "content\/jquery-ui\/jquery-ui.min.css",
                "css\/all.min.css"
            ],
            "js": [
                "content\/jquery-3.2.1.min.js",
                "content\/jquery.history.js",
                "content\/jquery-ui\/jquery-ui.min.js",
                "build\/content\/content.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outklip.com\/*"
            ],
            "js": [
                "content\/firebase-app.js",
                "content\/firebase-auth.js",
                "content\/firebase-database.js",
                "content\/jquery-3.2.1.min.js",
                "content\/moment.min.js",
                "build\/content\/id_token.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "https:\/\/www.googleapis.com\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "optional_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "content\/content.html",
        "micpermission\/getmic.css",
        "micpermission\/getmic.html",
        "camerapermission\/getcamera.css",
        "camerapermission\/getcamera.html",
        "build\/camerapermission\/getcamera.min.js",
        "lastvideo.html",
        "settings.html",
        "content\/assets\/outklip_highlight_mouse.cur",
        "css\/webfonts\/fa-solid-900.eot",
        "css\/webfonts\/fa-solid-900.svg",
        "css\/webfonts\/fa-solid-900.ttf",
        "css\/webfonts\/fa-solid-900.woff",
        "css\/webfonts\/fa-solid-900.woff2",
        "css\/webfonts\/fa-brands-400.eot",
        "css\/webfonts\/fa-brands-400.svg",
        "css\/webfonts\/fa-brands-400.ttf",
        "css\/webfonts\/fa-brands-400.woff",
        "css\/webfonts\/fa-brands-400.woff2",
        "css\/webfonts\/fa-regular-400.eot",
        "css\/webfonts\/fa-regular-400.svg",
        "css\/webfonts\/fa-regular-400.ttf",
        "css\/webfonts\/fa-regular-400.woff",
        "css\/webfonts\/fa-regular-400.woff2",
        "css\/webfonts\/Inter-Regular.ttf",
        "css\/webfonts\/Inter-Regular.woff",
        "css\/webfonts\/Inter-Regular.woff2",
        "css\/all.min.css"
    ],
    "commands": {
        "start-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Start recording"
        },
        "stop-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Stop recording"
        },
        "pause-resume-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Pause\/Resume recording"
        },
        "cancel-recording": {
            "description": "Cancel recording"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.outklip.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