Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screencastify - Screen Video Recorder", "description": "The leading screen recorder for Chrome. Capture, edit and share videos in seconds.", "version": "4.18.9.5525", "version_name": "4.18.9 (e6d1b240-1))", "manifest_version": 3, "permissions": [ "alarms", "storage", "tabs", "offscreen", "scripting", "unlimitedStorage", "tabCapture", "desktopCapture", "webNavigation", "notifications", "system.display" ], "background": { "service_worker": "background.js", "type": "module" }, "storage": { "managed_schema": "assets\/other\/managed_schema.json" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+S", "mac": "Alt+Shift+S", "chromeos": "Alt+Shift+S", "linux": "Alt+Shift+S" } }, "toggle-start-stop": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "Start\/Stop Recording" }, "toggle-resume-pause": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "Pause\/Resume Recording" } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy6Nhr6FKbqgayQ3nFFiJ758dD1vOsZAfoZFm2A1LetDkf3rEGxTdNmrBaSH9ghfnvwWvIJhwxllg56gsVUbx3umdEpu\/iUimezaBHQX1yoAIXFBL3+ojLVTrZJo8U0u\/qS2+V9FSYadqDEaBE2fCszAaX9IA0oWmh6w2Q7otIfC37DYfeTpuykG5cJh56Sc10L9PapgOIEg5q908BsQ\/SXcXHBbKl0rpUfYyYFzs1zqd6y6ta3dNE4YMwpMK\/pGQ9R7lQmuNfGH+uFOIbgbEO8s4HdoVPF0at1H0V8hOxIevnRgbDfo+ekDdwrgRItkXCtKQz+XWYmC6eJEbB7PAywIDAQAB", "host_permissions": [ "<all_urls>", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/app.cfy-local.com\/*", "https:\/\/app.cfy-stage.com\/*", "https:\/\/app.castify.com\/*" ], "js": [ "extension-installed-post-message.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "webcam.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "controller.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "pendo.jsonp.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ "getting-started.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "options.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "offscreen.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "assets\/*.mp3" ], "matches": [ "<all_urls>" ] }, { "resources": [ "assets\/other\/*.dat" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/app.castify.com\/*", "https:\/\/app.cfy-local.com\/*", "https:\/\/app.cfy-stage.com\/*", "https:\/\/app.staging.screencastify.com\/*", "https:\/\/app.screencastify.com\/*", "http:\/\/localhost:4205\/*" ] }, "icons": { "16": "assets\/images\/default-icon16.png", "19": "assets\/images\/default-icon19.png", "38": "assets\/images\/default-icon38.png", "48": "assets\/images\/default-icon48.png", "128": "assets\/images\/default-icon128.png" }, "action": { "default_icon": { "16": "assets\/images\/default-icon16.png", "19": "assets\/images\/default-icon19.png", "38": "assets\/images\/default-icon38.png", "48": "assets\/images\/default-icon48.png", "128": "assets\/images\/default-icon128.png" }, "default_title": "Screencastify", "default_popup": "initializer.html" } }