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 |
Eメール | [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" ] } |