A Chrome extension designed to ensure your ChatGPT conversations stay on topic using AI-powered prompt verification.
(Coming Soon)
chrome://extensions/.chatgpt-prompt-checker).content.js): Injected into chatgpt.com to safely intercept keyboard and mouse submission events. Includes logic to bypass React's synthetic event pooling.background.js): Handles secure communication with the backend validation API, preventing CORS and Content Security Policy (CSP) issues on the host page.https://worker-1.athiyagu6.workers.dev/api/check) to perform the actual AI verification.This extension requires a connection to an external rendering worker to verify prompt context. A unique, anonymous UUID is generated upon installation to manage request limits, but no personal data or ChatGPT conversation history is stored persistently by the extension or the backend verification service.