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", "action": { "default_popup": "index.html" }, "background": { "service_worker": "worker.js", "type": "module" }, "commands": { "zight-entire-page": { "description": "Capture entire page", "suggested_key": { "default": "Alt+Shift+F" } }, "zight-record-screen": { "description": "Screen Recording", "suggested_key": { "default": "Alt+Shift+L" } }, "zight-visible-area": { "description": "Capture visible area", "suggested_key": { "default": "Alt+Shift+V" } } }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content\/unfurl.js" ] } ], "description": "The best screen recorder for Chrome. Capture your screen, webcam, and instantly share videos and screenshots in seconds.", "externally_connectable": { "matches": [ "file:\/\/*", "https:\/\/*.getcloudapp.com\/*", "https:\/\/*.zight.com\/*" ] }, "homepage_url": "https:\/\/www.zight.com\/", "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/logo-mark-outline-16.png", "19": "icons\/logo-mark-outline-19.png", "32": "icons\/logo-mark-outline-32.png", "38": "icons\/logo-mark-outline-38.png", "48": "icons\/logo-mark-outline-48.png", "128": "icons\/logo-mark-outline-128.png", "256": "icons\/logo-mark-outline-256.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAthHs31cwaVQBHRyw28GMUIHt6AK1Z6G8mhuyEsaMWDoEobhMyeacKxhRSyyTLFGDt\/0Nvy4igzQkXcjW2bZteoU7XFQpW81PVH7bBOpyWvUAVwem1nV2ly+iMpmXkh6mDhaDBRhG77vRzDBic+rYbJi9ePQq8MKkK2lPVveYOOHKkWjIGvGTQb6DtJkg6vMiYFrQTPTUiRAnxbJASXukHHQaDwj89hCC3q\/vi6Q8AJIpQYK+Ll49Q0TgTNemgtmtG94s5+tvToIHUE2CvGc9oMR6DwGN+oqgUSQ4gY2sqH5LEMhk+NnFZ9\/CcXUl5jwzsGe\/pcB29rIQEda2qsr0YQIDAQAB", "manifest_version": 3, "minimum_chrome_version": "116", "name": "Zight Screen Recorder, Screenshot App", "options_page": "\/index.html#\/settings", "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "notifications", "offscreen", "scripting", "storage", "unlimitedStorage" ], "version": "8.2", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "camPreview.html", "controls.html", "countdown.html", "screenshot.html", "pip-interstitial.html", "toaster.html", "intro.html", "permission.html" ] } ] }