WeeQuiz Solver 1.2
This will show the correct result for WeeQuiz Site!
Apa itu WeeQuiz Solver 1.2?
WeeQuiz Solver 1.2 adalah ekstensi Chrome yang dikembangkan oleh Novelist, dan fitur utamanya adalah "This will show the correct result for WeeQuiz Site!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WeeQuiz Solver 1.2
Unduh file ekstensi WeeQuiz Solver 1.2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Have you tired of guessing what are the correct answers in WeeQuizz site? Not anymore! With this extension, it will allow users to view the correct answer for every quiz ! เคยเหนื่อยกับการเดาคำตอบใน WeeQuizz หรือไม่? ไม่อีกต่อไปแล้วละ ด้วยส่วนเสริมนี้จะช่วยให้คุณเห็นคำตอบที่ถูกต้องทั้งหมดในทุกๆ ควิส!
Informasi Dasar Ekstensi
Nama | |
ID | ociphadiblabcfljkgoaanlooidnibae |
URL Resmi | https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae |
Deskripsi | This will show the correct result for WeeQuiz Site! |
Ukuran File | 10.12 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-04-21 |
Tanggal Publikasi | 2017-04-21 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Novelist |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeeQuiz Solver 1.2", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*.weequizz.com\/*" ], "js": [ "contentscript.js" ] } ], "web_accessible_resources": [ "script.js" ] } |