Prodigy Hacking Extension | PHEx

Free and open source hacks for Prodigy Math Game

Prodigy Hacking Extension | PHExคืออะไร?

Prodigy Hacking Extension | PHEx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://prodigypnp.com และคุณลักษณะหลักของมันคือ "Free and open source hacks for Prodigy Math Game"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prodigy Hacking Extension | PHEx

ดาวน์โหลดไฟล์ส่วนขยาย Prodigy Hacking Extension | PHEx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prodigy Hacking Extension | PHEx Prodigy Hacking Extension | PHEx
ID nmipcbdicnmjoifanpdcjdmifeioglkm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/prodigy-hacking-extension/nmipcbdicnmjoifanpdcjdmifeioglkm
คำอธิบาย Free and open source hacks for Prodigy Math Game
ขนาดไฟล์ 46.98 KB
จำนวนการติดตั้ง 45,643
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2022-09-16
วันที่เผยแพร่ 2022-08-13
คะแนน 4.19/5 รวมทั้งหมด 83 คะแนน
ผู้พัฒนา http://prodigypnp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://prodigypnp.com
URL หน้าช่วยเหลือ https://dsc.gg/prodigypnp
URL หน้านโยบายความเป็นส่วนตัว https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/master/meta/PRIVACY_POLICY.md
ภาษาที่รองรับ 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"
    }
}