Prodigy Hacking Extension (PHEx)
PHEx is an extension made to raise awareness of security issues for Prodigy
Prodigy Hacking Extension (PHEx) क्या है?
Prodigy Hacking Extension (PHEx) http://prodigyhacking.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PHEx is an extension made to raise awareness of security issues for Prodigy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prodigy Hacking Extension (PHEx) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The goal of the Prodigy Hacking Organization is to raise awareness of the game security issues that SMARTeacher has blatantly ignored. This is a Chrome extension that allows users of SMARTeacher products (currently: Prodigy) to explore security issues within the game without exposing any functionality that could be damaging to another user's expierence. For more information, see https://prodigyhacking.com We do NOT collect any information on you or anything else. We do not see profits from you or anyone else. Our code is 100% open source, and you can view our code and other projects at https://github.com/Prodigy-Hacking Prodigy Hacking is in no way associated with Prodigy Math Game or SMARTeacher.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gjabpajagbgoifbkflgojeojmnlmioea |
आधिकारिक URL | https://chrome.google.com/webstore/detail/prodigy-hacking-extension/gjabpajagbgoifbkflgojeojmnlmioea |
विवरण | PHEx is an extension made to raise awareness of security issues for Prodigy |
फ़ाइल का आकार | 36.19 KB |
स्थापना संख्या | 100,000 |
वर्तमान संस्करण | 2.1.8 |
अंतिम अपडेट | 2022-01-25 |
प्रकाशन तिथि | 2021-03-05 |
रेटिंग | 3.67/5 कुल 438 रेटिंग्स |
डेवलपर | http://prodigyhacking.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://prodigyhacking.com |
सहायता पृष्ठ URL | https://discord.gg/XQDfbfq |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prodigy Hacking Extension (PHEx)", "version": "2.1.8", "description": "PHEx is an extension made to raise awareness of security issues for Prodigy", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.prodigygame.com\/*", "https:\/\/raw.githubusercontent.com\/*", "storage" ], "icons": { "16": "assets\/x16.png", "48": "assets\/x48.png", "128": "assets\/x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/math.prodigygame.com\/*" ], "js": [ "disableIntegrity.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |