AntiTestportal
Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
什么是AntiTestportal?
AntiTestportal是由adds.ocean开发的Chrome扩展程序,该扩展的主要功能是“Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…”。
扩展截图
下载AntiTestportal扩展crx文件
下载AntiTestportal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | AntiTestportal |
ID | kobncijmigkffnhcopokahlmpionoplk |
官方URL | https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk |
简介 | Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module… |
文件大小 | 28.37 KB |
安装次数 | 10,000 |
当前版本 | 1.2.1 |
更新时间 | 2021-12-27 |
上架时间 | 2021-12-13 |
评分 | 5.00/5 共5次评分 |
开发者 | adds.ocean |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } } |