GPT-PASS is a browser extension that assists users in managing their account information and auto-filling forms while registering on websites. The extension extracts user information from the input fields, generates a unique password based on the user's email, and saves the user's credentials for future use.
- Clone the repository:
git clone https://github.com/tarekbadrshalaan/GPT-PASS.git
- Navigate to the project directory:
cd GPT-PASS
- Load the extension in your browser by following the appropriate steps for your browser.
- Mozilla Firefox:
- Go to
about:debugging
- Click "This Firefox"
- Click "Load Temporary Add-on"
- Select any file in the project directory.
- Go to
- Mozilla Firefox:
The GPT-PASS extension automatically processes user information and fills forms on websites such as OpenAI, Facebook, and sms-activate.org. The user information is extracted, and a secure password is generated based on the user's email. The extension also offers a popup for viewing and managing saved user information.
Customize the extension behavior by clicking on the GPT-PASS icon in the browser toolbar and selecting "Options". Here, you can enable or disable the auto-fill feature.
View a list of all saved users by clicking on the GPT-PASS icon in the browser toolbar and selecting "View Passwords". This will display a list of all users that you have saved using GPT-PASS. You can copy their information to the clipboard or remove them from the list.
- HTML
- CSS
- JavaScript
- Browser APIs
Thank you for your interest in contributing to GPT-PASS! To contribute, please follow these steps:
- Fork the repository and create a new branch.
- Make your changes and commit them with a clear commit message.
- Push your changes to your forked repository.
- Submit a pull request with a clear description of your changes.
- If you encounter a bug, please create a new issue with a clear description of the problem and steps to reproduce it.
- If you have a feature request, please create a new issue with a clear description of the feature and why it would be useful.
For any questions, concerns or suggestions about GPT-PASS, please feel free to contact me at:
- GitHub: github.com/tarekbadrshalaan
zip -r archive.zip . -x '/.*' -x '/__MACOSX'
This project is licensed under the MIT License - see the LICENSE.md file for details.