CMG Hacks

Adds things to cool math games to make it better! Click the icon to learn more!

CMG Hacksคืออะไร?

CMG Hacks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Theo's Tech Tips และคุณลักษณะหลักของมันคือ "Adds things to cool math games to make it better! Click the icon to learn more!"

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

screenshot

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

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

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

                        Adds things to cool math games to make it better! It adds a full screen experience to any game with a 0 in front of it (except CMG chess). The newest version gets rid of the super-annoying popup in the middle of the game that shows an ad!

If you find any bugs, PLEASE email me ASAP so I can fix them! My email address is [email protected].                    

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

ชื่อ CMG Hacks CMG Hacks
ID amfkjkkmmmefdhndgefeeeeaoiajbmea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cmg-hacks/amfkjkkmmmefdhndgefeeeeaoiajbmea
คำอธิบาย Adds things to cool math games to make it better! Click the icon to learn more!
ขนาดไฟล์ 419 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2020-10-05
คะแนน 3.60/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Theo's Tech Tips
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://math-boy11.github.io/CMG-Hacks/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CMG Hacks",
    "description": "Adds things to cool math games to make it better! Click the icon to learn more!",
    "version": "3.1",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/www.coolmathgames.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.coolmathgames.com\/0-*",
                "*:\/\/coolmathgames.com\/0-*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "128": "icons\/icon_128x128.png"
    },
    "action": {
        "default_icon": "icons\/icon_16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}