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", "manifest_version": 3, "name": "Cursorful - Screen Recorder with Auto Zoom", "description": "Cursorful creates beautiful screen recordings with automatic zooms and pans that keep the viewer engaged.", "version": "0.4.6", "icons": { "48": "icon\/48.png", "128": "icon\/128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7cQFz+7SxP8JxsF8UKjOCpQ6fuOE1YQNyND4aYf+RnGW7RIosTEwQBPNFPUj4lgDzTMFMTE5CpZQlZEBICXrQ9ET3ZL23AZQzyX5yPBYAWDDnJIgvhgP45Vvdl97Ek4W6zYo8ztjeWpWIgWrtxslVe9enHRMLqIzJ2bIsnxCMmVuYeLnODqc1sKq2ADttJj1JIbIwjkmpr2B5DfcXN10hDRBgOREz3OABbZxoErZSVLzg61m2hxXUEmy89QD+kkFB4OwsaTdBuv0BYT624cEkFHEe+sIwskeeglHNuEl09\/gwYr0w1u7ot1gNkfM\/APTz8z5vGs3lZkc0x55q0KySwIDAQAB", "action": { "default_icon": "icon\/128.png" }, "permissions": [ "desktopCapture", "tabs", "scripting", "webNavigation", "system.display", "storage" ], "optional_permissions": [ "identity", "identity.email" ], "incognito": "split", "oauth2": { "client_id": "548244322037-huq4etmijh1vn5khenbso7flgip70l1e.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "web_accessible_resources": [ { "resources": [ "\/iframe.html", "\/libav\/*" ], "matches": [ "*:\/\/localhost\/*", "https:\/\/*.cursorful.com\/*" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/brave", "https:\/\/*.cursorful.com\/brave" ], "run_at": "document_start", "js": [ "content-scripts\/brave.js" ], "world": "ISOLATED" }, { "matches": [ "*:\/\/localhost\/editor*", "https:\/\/*.cursorful.com\/editor*" ], "run_at": "document_start", "js": [ "content-scripts\/editor.js" ], "world": "ISOLATED" }, { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.cursorful.com\/*" ], "run_at": "document_start", "js": [ "content-scripts\/licenses.js" ], "match_origin_as_fallback": true, "world": "ISOLATED" } ], "host_permissions": [ "<all_urls>" ] }