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 |
Eメール | [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" ] } } |