Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.5", "default_locale": "en", "short_name": "Screen Recorder", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "action": { "default_title": "__MSG_defaultTitle__", "chrome_url_overrides": { "newtab": "popup.html" } }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.bundle.js" ] } ], "icons": { "16": "img\/icon 16.png", "32": "img\/icon 32.png", "64": "img\/icon 64.png", "128": "img\/icon 128.png", "2000": "img\/icon 2000.png" }, "permissions": [ "tabs", "contentSettings", "storage", "downloads", "notifications", "gcm" ], "host_permissions": [ "*:\/\/*\/*" ] }