WeeQuiz Solver 1.2
This will show the correct result for WeeQuiz Site!
什么是WeeQuiz Solver 1.2?
WeeQuiz Solver 1.2是由Novelist开发的Chrome扩展程序,该扩展的主要功能是“This will show the correct result for WeeQuiz Site!”。
扩展截图
下载WeeQuiz Solver 1.2扩展crx文件
下载WeeQuiz Solver 1.2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 หรือไม่? ไม่อีกต่อไปแล้วละ ด้วยส่วนเสริมนี้จะช่วยให้คุณเห็นคำตอบที่ถูกต้องทั้งหมดในทุกๆ ควิส!
扩展基本信息
名称 | |
ID | ociphadiblabcfljkgoaanlooidnibae |
官方URL | https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae |
简介 | This will show the correct result for WeeQuiz Site! |
文件大小 | 10.12 KB |
安装次数 | 67 |
当前版本 | 1.2 |
更新时间 | 2017-04-21 |
上架时间 | 2017-04-21 |
评分 | 5.00/5 共1次评分 |
开发者 | Novelist |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |