QuizyPlugin

Remote control plugin.

Hvad er QuizyPlugin?

QuizyPlugin er en Chrome-udvidelse udviklet af https://quizygame.com, og dens hovedfunktion er "Remote control plugin.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download QuizyPlugin-udvidelses-CRX-fil

Download QuizyPlugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn QuizyPlugin QuizyPlugin
ID pmfcbpnabmmmcnomkanmfbbmmnpmjdpi
Officiel URL https://chromewebstore.google.com/detail/quizyplugin/pmfcbpnabmmmcnomkanmfbbmmnpmjdpi
Beskrivelse Remote control plugin.
Filstørrelse 37.74 KB
Antal Installationer 334
Nuværende Version 0.30
Senest Opdateret 2022-04-17
Udgivelsesdato 2019-12-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://quizygame.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.quizygame.com/#/
Hjælpeside-URL https://www.playzone.co.il/quizygame-info
URL til Fortrolighedspolitik Side https://www.playzone.co.il/quizygame-terms
Understøttede Sprog 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"
    }
}