EduNinja
Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!
EduNinja là gì?
EduNinja là một tiện ích mở rộng Chrome được phát triển bởi https://zato.ga, và tính năng chính của nó là "Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EduNinja
Tải xuống các tệp mở rộng EduNinja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Rise to the top of your class, have fun and earn more A+'s with EduNinja! We’re working towards a day where every teacher and student will be just a click away from an excellent online education using this educational tool to assist in solving special puzzles. Features: Unblocked Games Edpuzzle Hack Quizizz Hack Kahoot Hack Blooket Hack Classkick Hack ...And More! ***PLEASE DON'T CONTACT FOR SUPPORT IN THE SUPPORT TAB, INSTEAD OPEN A TICKET ON THE DISCORD SERVER at: https://dsc.gg/ez-dubs BECAUSE I DON'T CHECK THE WEB STORE OFTEN*** **THIS EXTENSION WAS UPDATED AND EVERYTHING WORKS AS OF JUNE 2021**
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mckoemfffphffjlnnhpeaglonccabhpp |
URL Chính Thức | https://chrome.google.com/webstore/detail/eduninja/mckoemfffphffjlnnhpeaglonccabhpp |
Mô tả | Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools! |
Kích Thước Tệp | 4.14 MB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.1209 |
Cập Nhật Lần Cuối | 2021-06-20 |
Ngày Phát Hành | 2021-01-12 |
Đánh Giá | 3.82/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://zato.ga |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zato.ga |
URL Trang Trợ Giúp | https://zato.ga |
URL Trang Chính Sách Bảo Mật | https://dsc.gg/ez-dubs |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EduNinja", "version": "1.1209", "version_name": "1.2", "description": "Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/kahoot.club\/*", "https:\/\/kahoot.rocks\/*", "https:\/\/dev.kahoot.rocks\/*", "https:\/\/cors.rocks\/kahoot.it\/rest\/*", "https:\/\/cors.rocks\/kahoot.it\/reserve\/session\/*", "https:\/\/cors.rocks\/apis.kahoot.it\/profanities\/nickname\/*", "https:\/\/kahoot.it\/rest\/*", "https:\/\/kahoot.it\/reserve\/session\/*", "https:\/\/apis.kahoot.it\/profanities\/nickname\/*" ], "icons": { "16": "\/icons\/16-icon.png", "19": "\/icons\/19-icon.png", "38": "\/icons\/38-icon.png", "64": "\/icons\/64-icon.png", "128": "\/icons\/28-icon.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/edpuzz.ninja\/*", "http:\/\/localhost\/*" ] } } |