PlayQuiz

A group of scripts written by East_Arctica

Qu'est-ce que PlayQuiz ?

PlayQuiz est une extension Chrome développée par Ashok_Uday, et sa fonction principale est "A group of scripts written by East_Arctica".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PlayQuiz

Téléchargez les fichiers d'extension PlayQuiz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PlayQuiz PlayQuiz
ID lhlpkhibepmncapdakjbkldikmffcjfo
URL Officiel https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo
Description A group of scripts written by East_Arctica
Taille du Fichier 11.35 KB
Nombre d'Installations 450
Version Actuelle 1.3
Dernière Mise à Jour 2020-08-10
Date de Publication 2020-08-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur Ashok_Uday
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}