AntiTestportal

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

Vad är AntiTestportal?

AntiTestportal är en Chrome-tillägg utvecklad av adds.ocean, och dess huvudfunktion är "Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…".

Tilläggsskärmbilder

screenshot

Ladda ner AntiTestportal-förlängningens CRX-fil

Ladda ner AntiTestportal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn AntiTestportal AntiTestportal
ID kobncijmigkffnhcopokahlmpionoplk
Officiell webbadress https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk
Beskrivning Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
Filstorlek 28.37 KB
Antal Installationer 10,000
Aktuell Version 1.2.1
Senast Uppdaterad 2021-12-27
Publiceringsdatum 2021-12-13
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare adds.ocean
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}