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": "Ntro.io Copilot - Stealth Assistant for Interview & Live Coding Challenge", "description": "Your private, secret, and stealth copilot for all meetings. Say goodbye to stress and failure \u2014 Ntro.io is here to help you excel.", "version": "4.5.5", "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "content.bundle.js" ], "css": [ "styles\/font.css", "styles\/content.css" ], "exclude_matches": [ "https:\/\/translate.google.com\/*", "https:\/\/www.ntro.io\/console", "https:\/\/www.ntro.io\/console-test" ] }, { "matches": [ "<all_urls>" ], "run_at": "document_start", "js": [ "loader.bundle.js" ], "exclude_matches": [ "https:\/\/translate.google.com\/*", "https:\/\/www.ntro.io\/console", "https:\/\/www.ntro.io\/console-test" ] } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "tabs", "tabCapture", "activeTab", "offscreen", "desktopCapture", "webNavigation", "cookies" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_title": "Ntro.io", "default_popup": "popup.html", "default_icon": { "16": "\/resources\/icons\/16x.png", "32": "\/resources\/icons\/32x.png", "48": "\/resources\/icons\/48x.png", "128": "\/resources\/icons\/128x.png" } }, "commands": { "screen_capture": { "suggested_key": { "default": "Ctrl+Insert", "mac": "Command+Insert" }, "description": "Request a screen capture" }, "code_for_me": { "suggested_key": { "default": "Ctrl+Period", "mac": "Command+Period" }, "description": "Code for me" }, "explain_code": { "suggested_key": { "default": "Ctrl+Comma", "mac": "Command+Comma" }, "description": "Explain code" }, "clear_all_screenshots": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" }, "description": "Clear all the screenshots" } }, "icons": { "16": "\/resources\/icons\/16x.png", "32": "\/resources\/icons\/32x.png", "48": "\/resources\/icons\/48x.png", "128": "\/resources\/icons\/128x.png" }, "web_accessible_resources": [ { "resources": [ "interceptor.bundle.js", "pcm-processor.bundle.js", "resources\/images\/*", "resources\/fonts\/*", "libs\/*" ], "matches": [ "<all_urls>" ] } ], "author": "[email protected]" }