CMG Hacks
Adds things to cool math games to make it better! Click the icon to learn more!
¿Qué es CMG Hacks?
CMG Hacks es una extensión de Chrome desarrollada por Theo's Tech Tips, y su función principal es "Adds things to cool math games to make it better! Click the icon to learn more!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CMG Hacks
Descarga archivos de extensión CMG Hacks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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].
Información Básica de la Extensión
Nombre | CMG Hacks |
ID | amfkjkkmmmefdhndgefeeeeaoiajbmea |
URL Oficial | https://chromewebstore.google.com/detail/cmg-hacks/amfkjkkmmmefdhndgefeeeeaoiajbmea |
Descripción | Adds things to cool math games to make it better! Click the icon to learn more! |
Tamaño del Archivo | 419 KB |
Cantidad de Instalaciones | 5,000 |
Versión Actual | 3.1 |
Última Actualización | 2023-10-24 |
Fecha de Publicación | 2020-10-05 |
Calificación | 3.60/5 Total de 15 Calificaciones |
Desarrollador | Theo's Tech Tips |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://math-boy11.github.io/CMG-Hacks/privacy.html |
Idiomas Soportados | 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" } } |