CMG Hacks

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

CMG Hacks là gì?

CMG Hacks là một tiện ích mở rộng Chrome được phát triển bởi Theo's Tech Tips, và tính năng chính của nó là "Adds things to cool math games to make it better! Click the icon to learn more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CMG Hacks

Tải xuống các tệp mở rộng CMG Hacks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CMG Hacks CMG Hacks
ID amfkjkkmmmefdhndgefeeeeaoiajbmea
URL Chính Thức https://chromewebstore.google.com/detail/cmg-hacks/amfkjkkmmmefdhndgefeeeeaoiajbmea
Mô tả Adds things to cool math games to make it better! Click the icon to learn more!
Kích Thước Tệp 419 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2020-10-05
Đánh Giá 3.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Theo's Tech Tips
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://math-boy11.github.io/CMG-Hacks/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}