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 14, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4.0", "manifest_version": 3, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "description": "__MSG_ext_description__", "author": "Accsio AI LLC", "default_locale": "en", "permissions": [ "activeTab", "storage", "contextMenus", "sidePanel" ], "optional_permissions": [ "identity" ], "host_permissions": [ "https:\/\/accsio.firebaseapp.com\/finishSignUp" ], "side_panel": { "default_path": "sidebar.html" }, "icons": { "16": "assets\/logo\/logo_16.png", "32": "assets\/logo\/logo_32.png", "48": "assets\/logo\/logo_48.png", "128": "assets\/logo\/logo_128.png" }, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_title": "__MSG_ext_title__", "default_icon": { "16": "assets\/logo\/logo_16.png", "32": "assets\/logo\/logo_32.png", "48": "assets\/logo\/logo_48.png", "128": "assets\/logo\/logo_128.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "contentStyle.css" ], "js": [ "contentScript.js" ], "all_frames": true, "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "assets\/cursors\/cursor_black.svg", "assets\/cursors\/cursor_black_select.svg", "assets\/cursors\/cursor_white.svg", "assets\/cursors\/cursor_white_select.svg", "assets\/fonts\/*\/*.otf", "assets\/fonts\/*\/*.ttf", "assets\/fonts\/*\/*.woff", "assets\/fonts\/*\/*.woff2", "assets\/mathmaps\/*.*", "assets\/ui\/*.png", "assets\/ui\/extra_accessibility_tools\/highlighter_icon.svg", "assets\/ui\/extra_accessibility_tools\/trash_icon.svg", "reader-view.html" ], "matches": [ "<all_urls>" ] } ], "oauth2": { "client_id": "721371878427-gi0tars331kvuh34runiku1ghalh3f9f.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAptPrxsFwJcVZuoniY5cqz89UEu\/1d0R5euA37uginE3bRmLZeVPclBA7AWp3HhqurZn6oCwPLLx2KhsuuwLwyhTcA7ydYBjn8m0PN9S9jiG\/BBp1jxyyC+JYSwxNncIfSra1CSuZPdj+yMGab8DbW7CgTnC8sKdxCzviLmFFHI3Fogx2RC+LoRt6Z14lPUfaJvIWDq2iABErWfYWtUwdiaj1xQTneLpbWUUKHUBeNln\/cf+0JgwKeP7Gfmfiy5CikM+JvDnTmHSAdMtRYmzsB2WzAH8sWOZktaKSG7+7n0MkcFxDnYyLNO5NdbBJS2CZo1+bDo1Kwz2rgPjoBN4Q4wIDAQAB" }