WeeQuiz Solver 1.2
This will show the correct result for WeeQuiz Site!
What is WeeQuiz Solver 1.2?
WeeQuiz Solver 1.2 is a Chrome extension developed by Novelist, and its main feature is "This will show the correct result for WeeQuiz Site!".
Extension Screenshots
Download WeeQuiz Solver 1.2 Extension CRX File
Download WeeQuiz Solver 1.2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 หรือไม่? ไม่อีกต่อไปแล้วละ ด้วยส่วนเสริมนี้จะช่วยให้คุณเห็นคำตอบที่ถูกต้องทั้งหมดในทุกๆ ควิส!
Extension Basic Information
Name | |
ID | ociphadiblabcfljkgoaanlooidnibae |
Official URL | https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae |
Description | This will show the correct result for WeeQuiz Site! |
File Size | 10.12 KB |
Installation Count | 67 |
Current Version | 1.2 |
Last Updated | 2017-04-21 |
Publish Date | 2017-04-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Novelist |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |