AntiTestportal
Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
Hvad er AntiTestportal?
AntiTestportal er en Chrome-udvidelse udviklet af adds.ocean, og dens hovedfunktion er "Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…".
Udvidelsesskærmbilleder
Download AntiTestportal-udvidelses-CRX-fil
Download AntiTestportal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | AntiTestportal |
ID | kobncijmigkffnhcopokahlmpionoplk |
Officiel URL | https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk |
Beskrivelse | Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module… |
Filstørrelse | 28.37 KB |
Antal Installationer | 10,000 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2021-12-27 |
Udgivelsesdato | 2021-12-13 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | adds.ocean |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |