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": "ScreenPal - Screen Recorder & Video Editor",
"description": "Record your screen & webcam, take screenshots, edit videos & images - easy & free!",
"short_name": "ScreenPal",
"manifest_version": 3,
"version": "3.1.8",
"version_name": "3.1.8",
"icons": {
"16": "\/extension\/icon\/SP_16.png",
"48": "\/extension\/icon\/SP_48.png",
"128": "\/extension\/icon\/SP_128.png"
},
"permissions": [
"tabs",
"storage",
"tabCapture",
"webNavigation",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"unlimitedStorage",
"offscreen",
"scripting"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"css": [
"app\/css\/SP-Main.css",
"app\/css\/opentip.css",
"app\/css\/basicLightbox.min.css"
],
"js": [
"extension\/SP-Runtime.js",
"app\/js\/SP-Main.js",
"app\/js\/lib\/opentip-native-inject.min.js",
"app\/js\/lib\/basicLightbox.min.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"app\/editor*.html",
"app\/tooltip.html",
"app\/tooltip_*.html",
"app\/som_rec_controls.html",
"app\/flyout*.html",
"app\/player.html",
"app\/pip.html",
"app\/popup_menu*.html",
"app\/message_*.html",
"app\/checkWhich.html",
"app\/preview-thumbnail.html",
"app\/draw.html",
"app\/effects.html",
"app\/effects_menu.html",
"app\/templateGuide.html",
"app\/templates_menu.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "extension\/service_worker.js"
},
"commands": {
"effects-1": {
"suggested_key": {
"default": "Alt+1",
"chromeos": "Alt+Shift+1"
},
"description": "Start\/Stop effect #1 while recording."
},
"effects-2": {
"suggested_key": {
"default": "Alt+2",
"chromeos": "Alt+Shift+2"
},
"description": "Start\/Stop effect #2 while recording."
},
"effects-3": {
"suggested_key": {
"default": "Alt+3",
"chromeos": "Alt+Shift+3"
},
"description": "Start\/Stop effect #3 while recording."
}
},
"action": {
"default_title": "ScreenPal - Screen Recorder & Video Editor"
},
"content_security_policy": [],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}