Prodigy Hacking Extension | PHEx
Free and open source hacks for Prodigy Math Game
Prodigy Hacking Extension | PHEx क्या है?
Prodigy Hacking Extension | PHEx http://prodigypnp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free and open source hacks for Prodigy Math Game"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prodigy Hacking Extension | PHEx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |