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…"입니다.

확장 프로그램 스크린샷

screenshot

AntiTestportal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        ]
    }
}