AntiTestportal

Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…

AntiTestportal là gì?

AntiTestportal là một tiện ích mở rộng Chrome được phát triển bởi adds.ocean, và tính năng chính của nó là "Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AntiTestportal

Tải xuống các tệp mở rộng AntiTestportal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AntiTestportal AntiTestportal
ID kobncijmigkffnhcopokahlmpionoplk
URL Chính Thức https://chromewebstore.google.com/detail/antitestportal/kobncijmigkffnhcopokahlmpionoplk
Mô tả Blocks "Honest respondent" technology - Anti document.isFocus() - Block timer limit per question - Google search module…
Kích Thước Tệp 28.37 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2021-12-27
Ngày Phát Hành 2021-12-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển adds.ocean
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}