WeeQuiz Solver 1.2
This will show the correct result for WeeQuiz Site!
Wat is WeeQuiz Solver 1.2?
WeeQuiz Solver 1.2 is een Chrome-extensie ontwikkeld door Novelist, en de belangrijkste functie is "This will show the correct result for WeeQuiz Site!".
Extensie Screenshots
Download het CRX-bestand van de extensie WeeQuiz Solver 1.2
Download WeeQuiz Solver 1.2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 หรือไม่? ไม่อีกต่อไปแล้วละ ด้วยส่วนเสริมนี้จะช่วยให้คุณเห็นคำตอบที่ถูกต้องทั้งหมดในทุกๆ ควิส!
Basisinformatie over de Extensie
Naam | |
ID | ociphadiblabcfljkgoaanlooidnibae |
Officiële URL | https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae |
Beschrijving | This will show the correct result for WeeQuiz Site! |
Bestandsgrootte | 10.12 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-04-21 |
Publicatiedatum | 2017-04-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Novelist |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |