SmartGame

Play games on Smartschool.be

SmartGameคืออะไร?

SmartGame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Turbo_Jump และคุณลักษณะหลักของมันคือ "Play games on Smartschool.be"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartGame

ดาวน์โหลดไฟล์ส่วนขยาย SmartGame ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
คำอธิบาย Play games on Smartschool.be
ขนาดไฟล์ 17.04 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2023-05-14
ผู้พัฒนา Turbo_Jump
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}