QuizyPlugin

Remote control plugin.

Wat is QuizyPlugin?

QuizyPlugin is een Chrome-extensie ontwikkeld door https://quizygame.com, en de belangrijkste functie is "Remote control plugin.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QuizyPlugin

Download QuizyPlugin-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

                        התקנת התוסף תאפשר לכם לשחק באמצעות קליקרים ובאזרים 
מיועד לכל משתמשי קוויזי גיים 2 ומאפשר משחק גם כאשר אתם מנותקים מרשת האינטרנט
לאחר התקנת התוסף חשוב מאוד להוריד ממנו את הדרייבר ולהתקין אותו בהתאם להוראות המפורסמות כאן בדף
לפרטים נוספים ומידע טכני בקרו באתר 
https://www.playzone.co.il/quizygame-info
תנאי השימוש ומדיניות האתר כאן 
https://www.playzone.co.il/quizygame-terms                    

Basisinformatie over de Extensie

Naam QuizyPlugin QuizyPlugin
ID pmfcbpnabmmmcnomkanmfbbmmnpmjdpi
Officiële URL https://chromewebstore.google.com/detail/quizyplugin/pmfcbpnabmmmcnomkanmfbbmmnpmjdpi
Beschrijving Remote control plugin.
Bestandsgrootte 37.74 KB
Aantal Installaties 334
Huidige Versie 0.30
Laatst Bijgewerkt 2022-04-17
Publicatiedatum 2019-12-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://quizygame.com
E-mail info@playzone.co.il
Betalingswijze free
Extensiewebsite https://www.quizygame.com/#/
Help Pagina-URL https://www.playzone.co.il/quizygame-info
URL van de Privacybeleid Pagina https://www.playzone.co.il/quizygame-terms
Ondersteunde Talen 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"
    }
}