AntiTestportal

AntiTestportal

Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AntiTestportal",
  "version": "1.2.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*.teams.microsoft.com/*",
        "*://*.testportal.net/*",
        "*://*.testportal.pl/*"
      ],
      "js": [
        "index.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "modules/timer.js",
    "modules/focus.js",
    "modules/search.js"
  ],
  "browser_action": {
    "default_title": "AntiTestportal",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "300": "assets/testportal-300.png"
  },
  "background": {
    "scripts": [
      "events/installed.js"
    ]
  }
}