AI product readConverts Simplified Chinese text in ChatGPT responses to Taiwan Traditional Chinese (正體中文), including proper Taiwan-specific vocabulary and phrasing
ChatGPT responses are often in Simplified Chinese or use mainland China vocabulary. This extension converts them to Traditional Chinese with Taiwan-localized terms, improving readability for Taiwanese users.
1. User installs the extension and navigates to ChatGPT (chatgpt.com or chat.openai.com). 2. The content script (pagecontent.js) activates on ChatGPT pages at document_end. 3. When ChatGPT generates a response with Chinese text, the extension detects it, converts Simplified Chinese characters to Traditional Chinese using local conversion tables (zh_STCharacters.txt, zh_STPhrases.txt), and substitutes mainland Chinese terms with Taiwan equivalents using knowledge.json. 4. Corrected words are visually highlighted (red for corrected, blue for uncorrected). 5. Users can hover over highlighted words to see a tooltip with revision details. 6. A popup UI allows toggling the tool on/off.
Simplified-to-Traditional Chinese conversion for ChatGPT assistant responsesTaiwan-specific vocabulary substitution (e.g., mainland terms → Taiwan equivalents)Red-highlighted corrected text and blue-highlighted uncorrected text indicatorsFloating tooltip showing word revision detailsToggle on/off switch to enable/disable the toolDoes NOT modify user input - only processes assistant responses
- Target users
- Taiwanese users who use ChatGPT and prefer Traditional Chinese with local Taiwan vocabulary
- Source JS files (background.js, pagecontent.js, popup.js) are webpack-bundled/minified, making detailed code-level analysis difficult. However, the absence of any fetch calls, payment APIs, or login mechanisms in searches confirms the extension is a passive text converter.
- The *.ayucode.com match in content_scripts may serve as a development/testing site, but no active API calls to this domain were found in the content script.
- Could not confirm the exact rendering pipeline (DOM mutation observer vs. periodic scan) due to minified source code.
MonetizationNo paid features detected
The extension has no payment mechanism, no subscription gating, no upgrade prompts, and no billing API calls. All 'billing', 'subscription', 'subscribe', and 'pro' keyword hits originate from data/ui_zhtw.json, which is a translation dictionary for ChatGPT's own UI text (e.g., 'Manage my subscription' → '管理我的訂閱', 'billing help' → '帳單說明'). The 'pro' hits are substrings of English words like 'profile', 'project', 'process', 'improve', etc. The extension itself is entirely free and does not gate any features behind payment.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- Needs review
- Reason
- The extension itself implements no login mechanism and requires no account. However, the extension's core workflow is to convert Chinese text on ChatGPT pages. To use ChatGPT, users must be logged into an OpenAI account. The extension only activates on chat.openai.com/* and chatgpt.com/* domains. All 'login', 'account', 'authentication' keyword hits are from data/ui_zhtw.json, which is a translation dictionary for ChatGPT's own UI strings (e.g., 'Log in' → '登入', 'account' → '帳號'), not the extension's own login logic.
Conflict