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 |
公式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 |
Eメール | [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 } |