WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

NeoExamShield

View on Chrome Web Store
View NeoExamShield Chrome Extension on Chrome Web Store
Add to bookmarks
1.1 (616 ratings)
2 new ratings
11 views
This extension has been viewed 11 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Prevents malpractice by identifying and blocking third-party browser extensions during tests on the Iamneo portal.
Type
Extension
Users
100,000 users
techadmin
View author page of techadmin
Published
Published on September 13, 2023
Version 3.3
Manifest version
3
Updated
Updated on December 28, 2024
productivity/education
Extension Category
View on Chrome Web Store
View NeoExamShield Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top