Prodigy Hacking Extension | X Loader

A loader for the Prodigy Hack Prodigy X.

Prodigy Hacking Extension | X Loaderคืออะไร?

Prodigy Hacking Extension | X Loader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DownTube และคุณลักษณะหลักของมันคือ "A loader for the Prodigy Hack Prodigy X."

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

screenshot

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

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

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

                        Hacking Prodigy has never been easier! While playing Prodigy Math an arrow will appear on the top left of your screen. Clicking the arrow will have a cheat menu show up with the hacks.

These are the hacks:
• Player
    • Max Account (Maxes out your gold, level, member stars, bounty score, win loss ratio, dark tower level, achievements, pets, and inventory.)
    • Set Gold
    • Set Level
    • Uncap Level (Allows you to change your level to something greater then 100, although it will not be shown to anyone else.)
    • Set Member Stars
    • Set Bounty Points
    • Obtain Conjure Cubes
    • Set Wins
    • Set Losses
    • Get All Achievements
    • Permanent Morph (If you are currently morphed, it will last permanently)
    • Set Dark Tower Floor
    • Change Name (Only from the available options)
    • Set Name (Allows you to change your name to anything, although it will not be shown to anyone else.)
    • Set Grade
    • Complete Current Task In Quest (Can be used to complete a quest. To complete the quest you have to use this hack then complete the dialog then use the hack again.)
    • Unlimited Spins (Gives you unlimited spins on the Wheel Of Wonder.)
• Inventory
    • Item Stacker (Gets every item in the game.)
    • Clear Inventory
    • Selector Basic (Allows you to get all of a certain category of items.)
    • Selector Advanced (Allows you to get one item.)
    • Obtain All Furniture
    • Complete Rune Run (This can be used to get runes. Every time you use this hack you will have a chance of getting a rune. Warning: This hack sometimes takes a while to function. Give it time.)
• Pet
    • Get All Pets
    • Clear All Pets
    • Fix Battle Crash (If a battle crashes when entering it, try to reload and use this hack before entering the battle.)
    • Add Pet
    • Delete Pet
    • Edit Pet
• Battle
    • PVP Health (Makes you have 1 billion health.)
    • Instant Kill
    • Escape Battle
    • Win Battle (Does not work in PVP.)
    • Fill Battle Energy
    • Heal Team
    • Easy Mode (Math is disabled.)
• Utility
    • Save Character
    • Toggle Click Teleporting
    • Edit Walk Speed
    • Reset Account
    • Find The User Id of People on the Screen (Can be used with duplicated account.)
    • Duplicate Account (From a User Id you can copy all of it's data onto your account.)
    • Close All Popups
    • Generate Alt Account
    • Toggle Arrow Key Movement
    • Teleport To Map
    • Skip Tutorial
• Mini-game
    • Edit Dino Dig Walk Speed
    • Extra Time In Dino Dig (Adds 100 days)
    • End Dino Dig (Useful if you add on 100 days)

That's the hacks! We hope you enjoy Prodigy X!                    

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

ชื่อ Prodigy Hacking Extension | X Loader Prodigy Hacking Extension | X Loader
ID cddgplffojbmjffebkmngmmlhkkhfibp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prodigy-hacking-extension/cddgplffojbmjffebkmngmmlhkkhfibp
คำอธิบาย A loader for the Prodigy Hack Prodigy X.
ขนาดไฟล์ 22.03 KB
จำนวนการติดตั้ง 137,783
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-04-06
วันที่เผยแพร่ 2022-12-26
คะแนน 3.70/5 รวมทั้งหมด 166 คะแนน
ผู้พัฒนา DownTube
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.prodigyx.org
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/downtube-video-downloader/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prodigy Hacking Extension | X Loader",
    "version": "3.0.0",
    "description": "A loader for the Prodigy Hack Prodigy X.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "Prodigy X Loader",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.prodigygame.com\/*",
        "*:\/\/raw.githubusercontent.com\/*"
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rulesets",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/math.prodigygame.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}