This will probably not recieve more updates, you are welcome to try make a working version with this code. https://github.com/SimPleased/password-game-2
A extension to allow for custom rules for the password game.
If you want to play the regular version of password game just go to Manage Extensions and toggle this extension to off.
- Go to
Releases - Download latest the version
- Unzip the extension
- Go to
Settingsin browser - Go to
Extensionsin browser settings - Click
Manage Extensions - Enable
Developer Mode - Click
Load Unpacked - Add the folder that holds the
manifest.jsonfor this extension - Go to
neal.fun/password-game/and the page should be replaced with the custom game
WARNING: When using the latest version of source code; there may be some things that are broken.
If you still want to build this extension:
- Clone this repo
- Run the
build.pyto build the files - Follow from the 4th instruction in
How to use