Prodigy Hacking Extension | PHEx

Free and open source hacks for Prodigy Math Game

Prodigy Hacking Extension | PHEx là gì?

Prodigy Hacking Extension | PHEx là một tiện ích mở rộng Chrome được phát triển bởi http://prodigypnp.com, và tính năng chính của nó là "Free and open source hacks for Prodigy Math Game".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prodigy Hacking Extension | PHEx

Tải xuống các tệp mở rộng Prodigy Hacking Extension | PHEx 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

                        Free and open source hacks for Prodigy Math Game! Hacks include Set Gold, Set Level, Set Morph, Complete Quest, and more! Also, note that our goal was to improve Prodigy's security, not ruining the game for profit. We won't sell our hacks, or put ads.

All of our code is open source at https://github.com/ProdigyPNP                    

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

Tên Prodigy Hacking Extension | PHEx Prodigy Hacking Extension | PHEx
ID nmipcbdicnmjoifanpdcjdmifeioglkm
URL Chính Thức https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm
Mô tả Free and open source hacks for Prodigy Math Game
Kích Thước Tệp 46.98 KB
Số Lần Cài Đặt 45,643
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2022-09-16
Ngày Phát Hành 2022-08-13
Đánh Giá 4.19/5 Tổng số 83 Đánh Giá
Nhà Phát Triển http://prodigypnp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://prodigypnp.com
URL Trang Trợ Giúp https://dsc.gg/prodigypnp
URL Trang Chính Sách Bảo Mật https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prodigy Hacking Extension | PHEx",
    "manifest_version": 3,
    "version": "3.0.1",
    "description": "Free and open source hacks for Prodigy Math Game",
    "author": "ProdigyPNP",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.prodigygame.com\/*",
        "https:\/\/raw.githubusercontent.com\/*",
        "https:\/\/infinitezero.net\/*"
    ],
    "icons": {
        "16": "assets\/x16.png",
        "48": "assets\/x48.png",
        "128": "assets\/x128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rulesets",
                "enabled": true,
                "path": "block.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/math.prodigygame.com\/*"
            ],
            "js": [
                "disableIntegrity.js",
                "swal\/sweetalert2.all.min.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "assets\/x16.png",
            "48": "assets\/x48.png",
            "128": "assets\/x128.png"
        },
        "default_title": "Prodigy Hacking Extension | PHEx"
    }
}