A Chrome extension that removes chat limits on Aifiesta AI by blocking message count tracking requests.
- Unlimited Conversations: Bypass chat message limits on Aifiesta AI
- Lightweight: Minimal impact on browser performance
- Privacy-Focused: Only blocks specific tracking requests, doesn't collect data
- Easy Installation: Simple one-time setup
This extension uses Chrome's Declarative Net Request API to block requests to api-v2.aifiesta.ai/api/chat/message-count, which tracks your message usage. By preventing these requests from reaching the server, the chat interface continues to function without enforcing message limits.
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension folder
- The extension will be installed and active immediately
Note: This extension may not be available on the Chrome Web Store due to policy restrictions.
- Install the extension following the instructions above
- Navigate to Aifiesta AI
- Start chatting without worrying about message limits!
- The extension works automatically in the background
aifiesta-unlimited-chat/
├── manifest.json # Extension configuration
├── rules.json # Network request blocking rules
└── README.md # This file
- Uses Manifest V3 for modern Chrome extensions
- Requires
declarativeNetRequestpermission - Scoped to
https://api-v2.aifiesta.ai/*
The extension blocks:
- URL Pattern:
api-v2.aifiesta.ai/api/chat/message-count - Resource Type: XMLHttpRequest (AJAX calls)
- Action: Block request
This extension is for educational purposes only. Users are responsible for ensuring their usage complies with Aifiesta AI's Terms of Service. The developers of this extension are not responsible for any violations of service terms or potential account restrictions.
This extension:
- ✅ Only blocks specific tracking requests
- ✅ Does not collect or transmit any user data
- ✅ Does not modify page content
- ✅ Works entirely locally in your browser
- Ensure Developer Mode is enabled in Chrome
- Check that the extension is enabled in
chrome://extensions/ - Refresh the Aifiesta AI website
- Clear browser cache if needed
- Open Chrome DevTools (F12)
- Go to Network tab
- Look for blocked requests to
message-count - If requests aren't being blocked, try reinstalling the extension
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
This tool is provided as-is for educational purposes. Use responsibly and in accordance with applicable terms of service and laws.
Note: This extension modifies network requests to bypass intended limitations. Use at your own discretion and risk.