PlayQuiz

A group of scripts written by East_Arctica

Wat is PlayQuiz?

PlayQuiz is een Chrome-extensie ontwikkeld door Ashok_Uday, en de belangrijkste functie is "A group of scripts written by East_Arctica".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PlayQuiz

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

                        A Google Chrome extension that allows user to play Quiz and get results based on his performance                    

Basisinformatie over de Extensie

Naam PlayQuiz PlayQuiz
ID lhlpkhibepmncapdakjbkldikmffcjfo
Officiële URL https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo
Beschrijving A group of scripts written by East_Arctica
Bestandsgrootte 11.35 KB
Aantal Installaties 450
Huidige Versie 1.3
Laatst Bijgewerkt 2020-08-10
Publicatiedatum 2020-08-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Ashok_Uday
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlayQuiz",
    "version": "1.3",
    "description": "A group of scripts written by East_Arctica",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/code.jquery.com https:\/\/ssl.google-analytics.com 'sha256-XSFAmsQJYXWFQCIQkHyChYh2XBibIuQrf7Z7uxHctJg='; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}