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開發的Chrome擴展程式,該擴展的主要功能是“PHEx is an extension made to raise awareness of security issues for Prodigy”。
擴展截圖
下載Prodigy Hacking Extension (PHEx)擴展crx文件
下載Prodigy Hacking Extension (PHEx)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |