PlayQuiz
A group of scripts written by East_Arctica
ما هو PlayQuiz؟
PlayQuiz هو إضافة Chrome تم تطويرها بواسطة Ashok_Uday، والميزة الرئيسية لها هي "A group of scripts written by East_Arctica".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PlayQuiz
قم بتنزيل ملفات الامتداد PlayQuiz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Google Chrome extension that allows user to play Quiz and get results based on his performance
معلومات أساسية عن التمديد
الاسم | PlayQuiz |
ID | lhlpkhibepmncapdakjbkldikmffcjfo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo |
الوصف | A group of scripts written by East_Arctica |
حجم الملف | 11.35 KB |
عدد التثبيتات | 450 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-08-10 |
تاريخ النشر | 2020-08-09 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Ashok_Uday |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |