AntiTestportal
Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
Qu'est-ce que AntiTestportal ?
AntiTestportal est une extension Chrome développée par adds.ocean, et sa fonction principale est "Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AntiTestportal
Téléchargez les fichiers d'extension AntiTestportal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AntiTestportal |
ID | kobncijmigkffnhcopokahlmpionoplk |
URL Officiel | https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk |
Description | Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module… |
Taille du Fichier | 28.37 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2021-12-27 |
Date de Publication | 2021-12-13 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | adds.ocean |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |