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", "manifest_version": 3, "name": "NeoExamShield", "version": "3.3", "description": "Prevents malpractice by identifying and blocking third-party browser extensions during tests on the Iamneo portal.", "permissions": [ "tabs", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "management" ], "background": { "service_worker": "minifiedBackground.js" }, "host_permissions": [ "https:\/\/*\/*" ], "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version_name": "Release Version", "externally_connectable": { "matches": [ "https:\/\/*\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "minifiedContent-script.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "blocked_by_NeoExamShield", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "manifest.json", "minifiedBackground.js", "minifiedContent-script.js", "rules.json" ], "matches": [ "https:\/\/*\/*" ] } ], "metadata": { "ip": [ "34.171.215.232", "34.233.30.196", "35.212.92.221" ] } }