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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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"
    }
}