SmartGame

Play games on Smartschool.be

Co to jest SmartGame?

SmartGame to rozszerzenie Chrome opracowane przez Turbo_Jump, a jego główną funkcją jest „Play games on Smartschool.be”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SmartGame

Pobierz pliki rozszerzeń SmartGame w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This chrome extension allows you to inject games in the smartschool.be website for a more pleasurable experience.                    

Podstawowe informacje o rozszerzeniu

Nazwa SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
Oficjalny URL https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
Opis Play games on Smartschool.be
Rozmiar pliku 17.04 KB
Liczba instalacji 131
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-05-15
Data Publikacji 2023-05-14
Deweloper Turbo_Jump
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}