AntiTestportal
Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
Wat is AntiTestportal?
AntiTestportal is een Chrome-extensie ontwikkeld door adds.ocean, en de belangrijkste functie is "Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…".
Extensie Screenshots
Download het CRX-bestand van de extensie AntiTestportal
Download AntiTestportal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AntiTestportal |
ID | kobncijmigkffnhcopokahlmpionoplk |
Officiële URL | https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk |
Beschrijving | Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module… |
Bestandsgrootte | 28.37 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2021-12-27 |
Publicatiedatum | 2021-12-13 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | adds.ocean |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |