SmartGame
Play games on Smartschool.be
Cos'è SmartGame?
SmartGame è un'estensione di Chrome sviluppata da Turbo_Jump, e la sua funzione principale è "Play games on Smartschool.be".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SmartGame
Scarica i file di estensione SmartGame in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This chrome extension allows you to inject games in the smartschool.be website for a more pleasurable experience. Informazioni di Base sull'Estensione
| Nome | |
| ID | onaemgmencnjeipopeopimmcinedjcic |
| URL Ufficiale | https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic |
| Descrizione | Play games on Smartschool.be |
| Dimensione del File | 17.04 KB |
| Conteggio Installazioni | 131 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-05-15 |
| Data di Pubblicazione | 2023-05-14 |
| Sviluppatore | Turbo_Jump |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |