No description
.vscode | ||
icons | ||
.gitignore | ||
background.js | ||
content.js | ||
LICENSE | ||
manifest.json | ||
popup.css | ||
popup.html | ||
popup.js | ||
README.md | ||
styles.css |
General Bots Chrome Extension
A professional-grade Chrome extension developed by pragmatismo.com.br that enhances WhatsApp Web with server-side message processing capabilities and UI improvements.
Features
- Message Interception: Captures messages before they're sent
- Server Processing: Sends message content to your server for processing
- Message Replacement: Updates the message with processed content before sending
- UI Enhancement: Option to hide the contact list for more chat space
- User-friendly Settings: Simple configuration through the extension popup
Installation
Developer Mode Installation
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the extension directory
Chrome Web Store Installation
(Coming soon)
Configuration
- Click the General Bots icon in your Chrome toolbar
- Enter your processing server URL
- Toggle message processing on/off
- Toggle contact list visibility
Server API Requirements
Your server endpoint should:
- Accept POST requests with JSON payload:
{ "text": "message content", "timestamp": 1621234567890 }
- Return JSON response:
{ "processedText": "updated message content" }
License
This project is licensed under the GNU Affero General Public License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Contact
For support or questions, please contact pragmatismo.com.br.