Anti Testportal

Anti Testportal

Bypass for blur check on testportal.pl(net)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Anti Testportal",
  "description": "Bypass for blur check on testportal.pl(net)",
  "version": "4.2.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.testportal.pl/*",
        "https://*.testportal.net/*"
      ],
      "js": [
        "bypass/bypass.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "popup/overlay.js"
  ],
  "browser_action": {
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "discordinvite.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/antitestportal16.png",
    "32": "icons/antitestportal32.png",
    "48": "icons/antitestportal48.png",
    "128": "icons/antitestportal128.png"
  }
}