PlayQuiz

A group of scripts written by East_Arctica

What is PlayQuiz?

PlayQuiz is a Chrome extension developed by Ashok_Uday, and its main feature is "A group of scripts written by East_Arctica".

Extension Screenshots

screenshot

Download PlayQuiz Extension CRX File

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

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

Extension Basic Information

Name PlayQuiz PlayQuiz
ID lhlpkhibepmncapdakjbkldikmffcjfo
Official URL https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo
Description A group of scripts written by East_Arctica
File Size 11.35 KB
Installation Count 450
Current Version 1.3
Last Updated 2020-08-10
Publish Date 2020-08-09
Rating 5.00/5 Total 2 Ratings
Developer Ashok_Uday
Email [email protected]
Payment Type free
Supported Languages 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
}