SmartGame

Play games on Smartschool.be

Apa itu SmartGame?

SmartGame adalah ekstensi Chrome yang dikembangkan oleh Turbo_Jump, dan fitur utamanya adalah "Play games on Smartschool.be".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SmartGame

Unduh file ekstensi SmartGame dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
URL Resmi https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
Deskripsi Play games on Smartschool.be
Ukuran File 17.04 KB
Jumlah Instalasi 131
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-05-15
Tanggal Publikasi 2023-05-14
Pengembang Turbo_Jump
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}