Description from extension meta
Reveals passwords or placeholder text in input fields when hovered with the mouse.
Image from store
Description from store
# Anzapass Chrome Extension
## Overview
Anzapass is a Chrome extension developed by Team Anzahosting to enhance user experience by revealing passwords or placeholder text in input fields when hovered with the mouse. It provides a seamless way to view hidden passwords or placeholder text without compromising security or privacy.
## How It Works
Anzapass operates entirely within your browser using the following process:
1. **Detection**: The extension identifies all input fields (`<input>` elements) on a webpage, including `type="password"`, `type="text"`, `type="number"`, and others.
2. **Password Reveal**: When you hover over a password field (`type="password"`), Anzapass temporarily changes the input type to `text`, making the password visible. Once you move the cursor away, the field reverts to `type="password"`, ensuring the password remains secure.
3. **Placeholder Display**: For inputs with a placeholder attribute (e.g., `type="text"` or `type="number"`), hovering displays the placeholder text in a small, styled tooltip near the input. The tooltip follows the cursor and disappears when you stop hovering.
4. **Local Operation**: All functionality is executed locally in your browser. No data is sent to any server, ensuring your privacy and security.
## Safety Assurance
Anzapass is designed with user safety and privacy as top priorities:
- **No Data Collection**: The extension does not access, store, or transmit any user data, including passwords or input field content.
- **Local Execution**: All operations occur locally within your browser. No information is sent to external servers or third parties.
- **Secure Design**: The extension uses minimal permissions (`activeTab`) and adheres to Chrome's Content Security Policy, ensuring no external scripts or resources are loaded.
- **Transparency**: Anzapass is developed by Team Anzahosting, a trusted name in hosting and technology solutions, committed to user privacy and security.
## Features
- Reveals passwords in `type="password"` fields on hover.
- Displays placeholder text in a tooltip for `type="text"`, `type="number"`, etc.
- Restores original input state when hover ends.
- Works on all webpages with standard HTML input elements.
## Installation
1. Download or clone this repository.
2. Open Chrome and navigate to `chrome://extensions/`.
3. Enable **Developer mode** (top-right toggle).
4. Click **Load unpacked** and select the extension folder.
5. Test on a webpage with input fields (e.g., a login form).
## Usage
- Hover over a password field to see the password as plain text.
- Hover over a text or number field with a placeholder to view the placeholder in a tooltip.
- Move the mouse away to restore the original state.
## Privacy
Anzapass does not collect, store, or transmit any user data. All operations are performed locally in the browser. For more details, see our [Privacy Policy](https://anzahosting.com/privacy).
## Developed By
Team Anzahosting
## License
MIT License