SmartGame

Play games on Smartschool.be

SmartGame là gì?

SmartGame là một tiện ích mở rộng Chrome được phát triển bởi Turbo_Jump, và tính năng chính của nó là "Play games on Smartschool.be".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartGame

Tải xuống các tệp mở rộng SmartGame dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
URL Chính Thức https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
Mô tả Play games on Smartschool.be
Kích Thước Tệp 17.04 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-15
Ngày Phát Hành 2023-05-14
Nhà Phát Triển Turbo_Jump
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}