Quizizz Rocks
Automatically gets the answers for Quizizz games and opens them in a new tab
O que é Quizizz Rocks?
Quizizz Rocks é uma extensão do Chrome desenvolvida por http://quizizz.rocks, e sua principal característica é "Automatically gets the answers for Quizizz games and opens them in a new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quizizz Rocks
Baixe arquivos de extensão Quizizz Rocks 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
Rocks Network presents: The official Quizizz Rocks answer explorer. Just have this chrome extension installed, and when you join a quiz, just click the icon to get the answers in a nicely formatted UI. It works for any Quizizz game, whether that be a Quiz/Homework/Test. If any problems arise you can contact our very active support team at https://rocks.network/discord or through email at [email protected]. Similar cheat also accessible via game pin at https://quizizz.rocks/. Quizizz is a creativity software company used in class, group works, pre-test review, exams, unit test, and impromptu tests. It allows students and teachers to be online at the same time. It uses a quiz-style teaching and learning method where a user answers questions in a series independently, and contends with other users on the same quiz.
Informações Básicas da Extensão
Nome | |
ID | kmmibboliipddkiknfpkfnhblinocgog |
URL Oficial | https://chrome.google.com/webstore/detail/quizizz-rocks/kmmibboliipddkiknfpkfnhblinocgog |
Descrição | Automatically gets the answers for Quizizz games and opens them in a new tab |
Tamanho do Arquivo | 13.53 KB |
Contagem de Instalações | 100,000 |
Versão Atual | 2.0.0 |
Última Atualização | 2021-05-23 |
Data de Publicação | 2021-02-19 |
Classificação | 3.33/5 Total de 169 Avaliações |
Desenvolvedor | http://quizizz.rocks |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://rocks.network/discord |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizizz Rocks", "version": "2.0.0", "manifest_version": 2, "description": "Automatically gets the answers for Quizizz games and opens them in a new tab", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/16.png" } } |