Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brainshark Screen Recorder", "short_name": "Recorder", "version": "2.0.0", "manifest_version": 3, "minimum_chrome_version": "88", "description": "Record Screen and Submit to Brainshark", "homepage_url": "https:\/\/www.brainshark.com", "background": { "service_worker": "src\/bnsk-background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/bnsk-content.js" ], "all_frames": true } ], "action": { "default_icon": { "16": "images\/BNSK-57x57.png", "24": "images\/BNSK-57x57.png", "32": "images\/BNSK-57x57.png" }, "default_title": "BNSK Screen Recorder" }, "icons": { "16": "images\/BNSK-57x57.png", "22": "images\/BNSK-57x57.png", "32": "images\/BNSK-57x57.png", "48": "images\/BNSK-57x57.png", "128": "images\/BNSK-57x57.png" }, "permissions": [ "desktopCapture", "tabs", "notifications" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "images\/BNSK-57x57.png" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [ "emblehfcjcbcmnnhclikihlbikobocmk" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.brainshark.com\/*" ] } }