Quizizz Rocks
Automatically gets the answers for Quizizz games and opens them in a new tab
Quizizz Rocks क्या है?
Quizizz Rocks http://quizizz.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically gets the answers for Quizizz games and opens them in a new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quizizz Rocks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kmmibboliipddkiknfpkfnhblinocgog |
आधिकारिक URL | 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" } } |