CMG Hacks
Adds things to cool math games to make it better! Click the icon to learn more!
Cos'è CMG Hacks?
CMG Hacks è un'estensione di Chrome sviluppata da Theo's Tech Tips, e la sua funzione principale è "Adds things to cool math games to make it better! Click the icon to learn more!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CMG Hacks
Scarica i file di estensione CMG Hacks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]. Informazioni di Base sull'Estensione
| Nome | |
| ID | amfkjkkmmmefdhndgefeeeeaoiajbmea |
| URL Ufficiale | https://chromewebstore.google.com/detail/cmg-hacks/amfkjkkmmmefdhndgefeeeeaoiajbmea |
| Descrizione | Adds things to cool math games to make it better! Click the icon to learn more! |
| Dimensione del File | 419 KB |
| Conteggio Installazioni | 5,000 |
| Versione Corrente | 3.1 |
| Ultimo Aggiornamento | 2023-10-24 |
| Data di Pubblicazione | 2020-10-05 |
| Valutazione | 3.60/5 Totale 15 Valutazioni |
| Sviluppatore | Theo's Tech Tips |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://math-boy11.github.io/CMG-Hacks/privacy.html |
| Lingue Supportate | 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"
}
} | |