Quizizz Rocks

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

什麼是Quizizz Rocks?

Quizizz Rocks是由http://quizizz.rocks開發的Chrome擴展程式,該擴展的主要功能是“Automatically gets the answers for Quizizz games and opens them in a new tab”。

擴展截圖

screenshot
screenshot
screenshot

下載Quizizz Rocks擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Quizizz Rocks Quizizz Rocks
ID kmmibboliipddkiknfpkfnhblinocgog
官方網址 https://chrome.google.com/webstore/detail/quizizz-rocks/kmmibboliipddkiknfpkfnhblinocgog
簡介 Automatically gets the answers for Quizizz games and opens them in a new tab
檔案大小 13.53 KB
安裝次數 100,000
目前版本 2.0.0
更新時間 2021-05-23
上架時間 2021-02-19
評分 3.33/5 共 169 次評分
開發者 http://quizizz.rocks
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://rocks.network/discord
支援的語言 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"
    }
}