PlayQuiz
A group of scripts written by East_Arctica
Cos'è PlayQuiz?
PlayQuiz è un'estensione di Chrome sviluppata da Ashok_Uday, e la sua funzione principale è "A group of scripts written by East_Arctica".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PlayQuiz
Scarica i file di estensione PlayQuiz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Google Chrome extension that allows user to play Quiz and get results based on his performance Informazioni di Base sull'Estensione
| Nome | |
| ID | lhlpkhibepmncapdakjbkldikmffcjfo |
| URL Ufficiale | https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo |
| Descrizione | A group of scripts written by East_Arctica |
| Dimensione del File | 11.35 KB |
| Conteggio Installazioni | 450 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2020-08-10 |
| Data di Pubblicazione | 2020-08-09 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Ashok_Uday |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |