Quizizz Rocks

Automatically gets the answers for Quizizz games and opens them in a new tab

Was ist Quizizz Rocks?

Quizizz Rocks ist eine Chrome-Erweiterung, die von http://quizizz.rocks entwickelt wurde, und ihr Hauptmerkmal ist "Automatically gets the answers for Quizizz games and opens them in a new tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Quizizz Rocks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quizizz Rocks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Quizizz Rocks Quizizz Rocks
ID kmmibboliipddkiknfpkfnhblinocgog
Offizielle URL https://chrome.google.com/webstore/detail/quizizz-rocks/kmmibboliipddkiknfpkfnhblinocgog
Beschreibung Automatically gets the answers for Quizizz games and opens them in a new tab
Dateigröße 13.53 KB
Installationsanzahl 100,000
Aktuelle Version 2.0.0
Letztes Update 2021-05-23
Veröffentlichungsdatum 2021-02-19
Bewertung 3.33/5 Insgesamt 169 Bewertungen
Entwickler http://quizizz.rocks
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://rocks.network/discord
Unterstützte Sprachen 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"
    }
}