CMG Hacks

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

O que é CMG Hacks?

CMG Hacks é uma extensão do Chrome desenvolvida por Theo's Tech Tips, e sua principal característica é "Adds things to cool math games to make it better! Click the icon to learn more!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CMG Hacks

Baixe arquivos de extensão CMG Hacks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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].                    

Informações Básicas da Extensão

Nome CMG Hacks CMG Hacks
ID amfkjkkmmmefdhndgefeeeeaoiajbmea
URL Oficial https://chromewebstore.google.com/detail/cmg-hacks/amfkjkkmmmefdhndgefeeeeaoiajbmea
Descrição Adds things to cool math games to make it better! Click the icon to learn more!
Tamanho do Arquivo 419 KB
Contagem de Instalações 5,000
Versão Atual 3.1
Última Atualização 2023-10-24
Data de Publicação 2020-10-05
Classificação 3.60/5 Total de 15 Avaliações
Desenvolvedor Theo's Tech Tips
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://math-boy11.github.io/CMG-Hacks/privacy.html
Idiomas Suportados 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"
    }
}