PlayQuiz
A group of scripts written by East_Arctica
Was ist PlayQuiz?
PlayQuiz ist eine Chrome-Erweiterung, die von Ashok_Uday entwickelt wurde, und ihr Hauptmerkmal ist "A group of scripts written by East_Arctica".
Erweiterungsscreenshots
PlayQuiz-Erweiterungs-CRX-Datei herunterladen
Laden Sie PlayQuiz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A Google Chrome extension that allows user to play Quiz and get results based on his performance
Grundlegende Informationen zur Erweiterung
Name | PlayQuiz |
ID | lhlpkhibepmncapdakjbkldikmffcjfo |
Offizielle URL | https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo |
Beschreibung | A group of scripts written by East_Arctica |
Dateigröße | 11.35 KB |
Installationsanzahl | 450 |
Aktuelle Version | 1.3 |
Letztes Update | 2020-08-10 |
Veröffentlichungsdatum | 2020-08-09 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Ashok_Uday |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |