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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}