WeeQuiz Solver 1.2

This will show the correct result for WeeQuiz Site!

O que é WeeQuiz Solver 1.2?

WeeQuiz Solver 1.2 é uma extensão do Chrome desenvolvida por Novelist, e sua principal característica é "This will show the correct result for WeeQuiz Site!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WeeQuiz Solver 1.2

Baixe arquivos de extensão WeeQuiz Solver 1.2 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome WeeQuiz Solver 1.2 WeeQuiz Solver 1.2
ID ociphadiblabcfljkgoaanlooidnibae
URL Oficial https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae
Descrição This will show the correct result for WeeQuiz Site!
Tamanho do Arquivo 10.12 KB
Contagem de Instalações 67
Versão Atual 1.2
Última Atualização 2017-04-21
Data de Publicação 2017-04-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Novelist
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}