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", "manifest_version": 3, "name": "SCREEN RECORDER - MY SPACE. Capture Screen & Camera. Share via GOOGLE DRIVE", "version": "3.0", "background": { "service_worker": "background.js" }, "permissions": [ "identity" ], "oauth2": { "client_id": "911229179428-gt9qpc5qdq6qccqgvi887jhrni3g9eec.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "action": { "default_popup": "", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "web_accessible_resources": [ { "resources": [ "index.html", "bundle.js", "libs\/ffmpeg\/ffmpeg-core.js", "libs\/ffmpeg\/ffmpeg-core.wasm" ], "matches": [ "<all_urls>", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*" ] } ] }