SmartGame
Play games on Smartschool.be
Vad är SmartGame?
SmartGame är en Chrome-tillägg utvecklad av Turbo_Jump, och dess huvudfunktion är "Play games on Smartschool.be".
Tilläggsskärmbilder
Ladda ner SmartGame-förlängningens CRX-fil
Ladda ner SmartGame-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
This chrome extension allows you to inject games in the smartschool.be website for a more pleasurable experience.
Grundläggande Information om Tillägg
Namn | SmartGame |
ID | onaemgmencnjeipopeopimmcinedjcic |
Officiell webbadress | https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic |
Beskrivning | Play games on Smartschool.be |
Filstorlek | 17.04 KB |
Antal Installationer | 131 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-05-15 |
Publiceringsdatum | 2023-05-14 |
Utvecklare | Turbo_Jump |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SmartGame", "version": "1.0.0", "description": "Play games on Smartschool.be", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.smartschool.be\/*" ], "js": [ "script.js" ] } ] } |