AntiTestportal

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

Was ist AntiTestportal?

AntiTestportal ist eine Chrome-Erweiterung, die von adds.ocean entwickelt wurde, und ihr Hauptmerkmal ist "Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…".

Erweiterungsscreenshots

screenshot

AntiTestportal-Erweiterungs-CRX-Datei herunterladen

Laden Sie AntiTestportal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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


Blokowanie funkcji "Uczciwy rozwiązujący" w testportalu
- Blouje weryfikcję wyświetlania strony
- Blokuje odliczania czasu na odpowiedź na pytanie
- Wyszukiwanie pytań w googlu (beta)
- Działa w teamsach

Github - https://github.com/oceaann/anti-testportal
Discord - https://ondsc.com/testportal                    

Grundlegende Informationen zur Erweiterung

Name AntiTestportal AntiTestportal
ID kobncijmigkffnhcopokahlmpionoplk
Offizielle URL https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk
Beschreibung Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
Dateigröße 28.37 KB
Installationsanzahl 10,000
Aktuelle Version 1.2.1
Letztes Update 2021-12-27
Veröffentlichungsdatum 2021-12-13
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler adds.ocean
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
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"
        ]
    }
}