Quizit.online

Quizit official browser extension

Quizit.online là gì?

Quizit.online là một tiện ích mở rộng Chrome được phát triển bởi quizit, và tính năng chính của nó là "Quizit official browser extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Quizit.online 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

                        Pass all your online exams with us, fast, safe and free!                    

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

Tên Quizit.online Quizit.online
ID gbihgipgiggdfncfhinohincfbieonkf
URL Chính Thức https://chromewebstore.google.com/detail/quizitonline/gbihgipgiggdfncfhinohincfbieonkf
Mô tả Quizit official browser extension
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-02-08
Ngày Phát Hành 2022-02-03
Đánh Giá 3.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển quizit
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://quizit.online
URL Trang Trợ Giúp https://quizit.online/docs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.1",
    "name": "Quizit.online",
    "homepage_url": "https:\/\/quizit.online",
    "description": "Quizit official browser extension",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "tabs",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.quizizz.com\/*",
        "https:\/\/*.edpuzzle.com\/*",
        "https:\/\/*.testportal.pl\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.brainly.com\/*",
                "https:\/\/*.brainly.pl\/*",
                "https:\/\/*.brainly.in\/*",
                "https:\/\/*.brainly.com.br\/*",
                "https:\/\/*.brainly.ph\/*",
                "https:\/\/*.brainly.lat\/*"
            ],
            "js": [
                "content-scripts\/brainly.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Popup",
        "default_icon": {
            "16": "icons\/16.png",
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/quizizz.js"
            ],
            "matches": [
                "https:\/\/*.quizizz.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'"
    }
}