WeeQuiz Solver 1.2

This will show the correct result for WeeQuiz Site!

Vad är WeeQuiz Solver 1.2?

WeeQuiz Solver 1.2 är en Chrome-tillägg utvecklad av Novelist, och dess huvudfunktion är "This will show the correct result for WeeQuiz Site!".

Tilläggsskärmbilder

screenshot

Ladda ner WeeQuiz Solver 1.2-förlängningens CRX-fil

Ladda ner WeeQuiz Solver 1.2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn WeeQuiz Solver 1.2 WeeQuiz Solver 1.2
ID ociphadiblabcfljkgoaanlooidnibae
Officiell webbadress https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae
Beskrivning This will show the correct result for WeeQuiz Site!
Filstorlek 10.12 KB
Antal Installationer 67
Aktuell Version 1.2
Senast Uppdaterad 2017-04-21
Publiceringsdatum 2017-04-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Novelist
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}