PlayQuiz
A group of scripts written by East_Arctica
Apa itu PlayQuiz?
PlayQuiz adalah ekstensi Chrome yang dikembangkan oleh Ashok_Uday, dan fitur utamanya adalah "A group of scripts written by East_Arctica".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PlayQuiz
Unduh file ekstensi PlayQuiz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A Google Chrome extension that allows user to play Quiz and get results based on his performance
Informasi Dasar Ekstensi
Nama | PlayQuiz |
ID | lhlpkhibepmncapdakjbkldikmffcjfo |
URL Resmi | https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo |
Deskripsi | A group of scripts written by East_Arctica |
Ukuran File | 11.35 KB |
Jumlah Instalasi | 450 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2020-08-10 |
Tanggal Publikasi | 2020-08-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Ashok_Uday |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |