PlayQuiz
A group of scripts written by East_Arctica
Vad är PlayQuiz?
PlayQuiz är en Chrome-tillägg utvecklad av Ashok_Uday, och dess huvudfunktion är "A group of scripts written by East_Arctica".
Tilläggsskärmbilder
Ladda ner PlayQuiz-förlängningens CRX-fil
Ladda ner PlayQuiz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Google Chrome extension that allows user to play Quiz and get results based on his performance
Grundläggande Information om Tillägg
Namn | PlayQuiz |
ID | lhlpkhibepmncapdakjbkldikmffcjfo |
Officiell webbadress | https://chromewebstore.google.com/detail/playquiz/lhlpkhibepmncapdakjbkldikmffcjfo |
Beskrivning | A group of scripts written by East_Arctica |
Filstorlek | 11.35 KB |
Antal Installationer | 450 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2020-08-10 |
Publiceringsdatum | 2020-08-09 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Ashok_Uday |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |