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 |
官方網址 | 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" ] } } |