WeeQuiz Solver 1.2

This will show the correct result for WeeQuiz Site!

什麼是WeeQuiz Solver 1.2?

WeeQuiz Solver 1.2是由Novelist開發的Chrome擴展程式,該擴展的主要功能是“This will show the correct result for WeeQuiz Site!”。

擴展截圖

screenshot

下載WeeQuiz Solver 1.2擴展crx文件

下載WeeQuiz Solver 1.2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 หรือไม่? ไม่อีกต่อไปแล้วละ ด้วยส่วนเสริมนี้จะช่วยให้คุณเห็นคำตอบที่ถูกต้องทั้งหมดในทุกๆ ควิส!                    

擴展基本資訊

名稱 WeeQuiz Solver 1.2 WeeQuiz Solver 1.2
ID ociphadiblabcfljkgoaanlooidnibae
官方網址 https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae
簡介 This will show the correct result for WeeQuiz Site!
檔案大小 10.12 KB
安裝次數 67
目前版本 1.2
更新時間 2017-04-21
上架時間 2017-04-21
評分 5.00/5 共 1 次評分
開發者 Novelist
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}