QuizyPlugin
Remote control plugin.
What is QuizyPlugin?
QuizyPlugin is a Chrome extension developed by https://quizygame.com, and its main feature is "Remote control plugin.".
Extension Screenshots
Download QuizyPlugin Extension CRX File
Download QuizyPlugin 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
התקנת התוסף תאפשר לכם לשחק באמצעות קליקרים ובאזרים מיועד לכל משתמשי קוויזי גיים 2 ומאפשר משחק גם כאשר אתם מנותקים מרשת האינטרנט לאחר התקנת התוסף חשוב מאוד להוריד ממנו את הדרייבר ולהתקין אותו בהתאם להוראות המפורסמות כאן בדף לפרטים נוספים ומידע טכני בקרו באתר https://www.playzone.co.il/quizygame-info תנאי השימוש ומדיניות האתר כאן https://www.playzone.co.il/quizygame-terms
Extension Basic Information
Name | QuizyPlugin |
ID | pmfcbpnabmmmcnomkanmfbbmmnpmjdpi |
Official URL | https://chromewebstore.google.com/detail/quizyplugin/pmfcbpnabmmmcnomkanmfbbmmnpmjdpi |
Description | Remote control plugin. |
File Size | 37.74 KB |
Installation Count | 334 |
Current Version | 0.30 |
Last Updated | 2022-04-17 |
Publish Date | 2019-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://quizygame.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.quizygame.com/#/ |
Help Page URL | https://www.playzone.co.il/quizygame-info |
Privacy Policy Page URL | https://www.playzone.co.il/quizygame-terms |
Supported Languages | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuizyPlugin", "description": "Remote control plugin.", "version": "0.30", "short_name": "QuizyPlugin", "browser_action": { "default_icon": "img\/iconNOBG.png", "default_title": "Quizy", "default_popup": "panel.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/quizygame.com\/escape-room", "*:\/\/*\/showtime*", "file:\/\/*\/*" ], "js": [ "lib\/jquery-3.2.0.min.js", "js\/core.js" ], "css": [], "run_at": "document_start", "all_frames": false } ], "permissions": [ "nativeMessaging", "tabs", "activeTab", "file:\/\/*\/*" ], "icons": { "64": "img\/iconNOBG.png" } } |