SmartGame
Play games on Smartschool.be
Wat is SmartGame?
SmartGame is een Chrome-extensie ontwikkeld door Turbo_Jump, en de belangrijkste functie is "Play games on Smartschool.be".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartGame
Download SmartGame-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This chrome extension allows you to inject games in the smartschool.be website for a more pleasurable experience.
Basisinformatie over de Extensie
Naam | SmartGame |
ID | onaemgmencnjeipopeopimmcinedjcic |
Officiële URL | https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic |
Beschrijving | Play games on Smartschool.be |
Bestandsgrootte | 17.04 KB |
Aantal Installaties | 131 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-05-15 |
Publicatiedatum | 2023-05-14 |
Ontwikkelaar | Turbo_Jump |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |