Prodigy Hacking Extension | PHEx
Free and open source hacks for Prodigy Math Game
Prodigy Hacking Extension | PHExとは何ですか?
Prodigy Hacking Extension | PHExはhttp://prodigypnp.comによって開発されたChromeの拡張機能で、その主な機能は「Free and open source hacks for Prodigy Math Game」です。
拡張機能のスクリーンショット
Prodigy Hacking Extension | PHEx拡張機能のCRXファイルをダウンロード
Prodigy Hacking Extension | PHEx拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |