WeeQuiz Solver 1.2

This will show the correct result for WeeQuiz Site!

WeeQuiz Solver 1.2 là gì?

WeeQuiz Solver 1.2 là một tiện ích mở rộng Chrome được phát triển bởi Novelist, và tính năng chính của nó là "This will show the correct result for WeeQuiz Site!".

Ả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 WeeQuiz Solver 1.2

Tải xuống các tệp mở rộng WeeQuiz Solver 1.2 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

                        Have you tired of guessing what are the correct answers in WeeQuizz site? Not anymore! With this extension, it will allow users to view the correct answer for every quiz !

เคยเหนื่อยกับการเดาคำตอบใน WeeQuizz หรือไม่? ไม่อีกต่อไปแล้วละ ด้วยส่วนเสริมนี้จะช่วยให้คุณเห็นคำตอบที่ถูกต้องทั้งหมดในทุกๆ ควิส!                    

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

Tên WeeQuiz Solver 1.2 WeeQuiz Solver 1.2
ID ociphadiblabcfljkgoaanlooidnibae
URL Chính Thức https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae
Mô tả This will show the correct result for WeeQuiz Site!
Kích Thước Tệp 10.12 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-04-21
Ngày Phát Hành 2017-04-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Novelist
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeeQuiz Solver 1.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.weequizz.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}