AntiTestportal
Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
Cos'è AntiTestportal?
AntiTestportal è un'estensione di Chrome sviluppata da adds.ocean, e la sua funzione principale è "Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AntiTestportal
Scarica i file di estensione AntiTestportal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | AntiTestportal |
ID | kobncijmigkffnhcopokahlmpionoplk |
URL Ufficiale | https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk |
Descrizione | Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module… |
Dimensione del File | 28.37 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2021-12-27 |
Data di Pubblicazione | 2021-12-13 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | adds.ocean |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |