CMG Hacks

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

什么是CMG Hacks?

CMG Hacks是由Theo's Tech Tips开发的Chrome扩展程序,该扩展的主要功能是“Adds things to cool math games to make it better! Click the icon to learn more!”。

扩展截图

screenshot

下载CMG Hacks扩展crx文件

下载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"
    }
}