Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_extension_name__", "version": "3.1.3", "description": "__MSG_extension_description__", "author": "Bryce Wilson", "default_locale": "en", "minimum_chrome_version": "88", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } }, "side_panel": { "default_path": "sidebar\/sidebar.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "notifications", "storage", "tabs", "sidePanel" ], "host_permissions": [ "<all_urls>" ], "commands": { "toggle-dark-mode": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "Toggle Dark Mode on\/off on current (supported) tab" }, "toggle-styles": { "suggested_key": { "default": "Ctrl+Shift+S" }, "description": "Toggle Styles on\/off on current (supported) tab" }, "toggle-adblocker": { "suggested_key": { "default": "Ctrl+Shift+Z" }, "description": "Toggle Ad-blocker on\/off on current (supported) tab" }, "toggle-sidebar-theme": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Toggle light\/dark mode in the sidebar" } }, "web_accessible_resources": [ { "resources": [ "utils\/*.js", "icons\/*", "site\/*" ], "matches": [ "<all_urls>" ] } ], "options_ui": { "page": "pages\/unified\/unified.html?tab=settings-tab", "open_in_tab": true }, "content_scripts": [ { "matches": [ "*:\/\/www.apexvs.com\/*", "*:\/\/*.cbsnews.com\/*", "*:\/\/clever.com\/*", "*:\/\/*.cogram.com\/*", "*:\/\/www.crazygames.com\/*", "*:\/\/crxviewer.com\/*", "*:\/\/*.deltamath.com\/*", "*:\/\/www.factmonster.com\/*", "*:\/\/genius.com\/*", "*:\/\/*.khanacademy.org\/*", "*:\/\/notepad.js.org\/*", "*:\/\/*.nytimes.com\/*", "*:\/\/*.schoology.com\/*", "*:\/\/vclock.com\/*" ], "exclude_matches": [ "*:\/\/api.schoology.com\/*", "*:\/\/asset-cdn.schoology.com\/*", "*:\/\/collections.genius.com\/*", "*:\/\/developer.schoology.com\/*", "*:\/\/developers.schoology.com\/*", "*:\/\/files-cdn.schoology.com\/*", "*:\/\/info.schoology.com\/*", "*:\/\/lti-submission-google.app.schoology.com\/*", "*:\/\/schoology.com\/*", "*:\/\/status.schoology.com\/*", "*:\/\/*.schoology.com\/login*", "*:\/\/*.schoology.com\/register*", "*:\/\/support.schoology.com\/*", "*:\/\/ui.schoology.com\/*", "*:\/\/www.apexvs.com\/ApexUI\/default.aspx", "*:\/\/www.deltamath.com\/app\/student\/graphingCalculator", "*:\/\/www.schoology.com\/*" ], "js": [ "content.js" ], "type": "module", "run_at": "document_start" } ] }