Participate in Userbrain tests and record your screen and audio directly from your browser.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Userbrain Recorder",
"version": "2.2.2.0",
"version_name": "2.2.2",
"description": "Participate in Userbrain tests and record your screen and audio directly from your browser.",
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"tabs",
"cookies",
"storage",
"unlimitedStorage",
"notifications",
"alarms",
"webNavigation"
],
"host_permissions": [
"https://*.userbrain.com/*",
"https://ub-uploads-eu1.s3-accelerate.amazonaws.com/*",
"https://ub-uploads-us1.s3-accelerate.amazonaws.com/*",
"https://ub-uploads-eu1-dev.s3-accelerate.amazonaws.com/*",
"https://ub-uploads-us1-dev.s3-accelerate.amazonaws.com/*",
"https://upload.wistia.com/*",
"https://fonts.googleapis.com/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "images/icon-16.png",
"24": "images/icon-24.png",
"32": "images/icon-32.png"
},
"default_title": "View all available tests",
"default_popup": "popup.html"
}
}