TikTok Comment Translator is a Chrome extension that adds a translate button to TikTok comments, allowing users to translate comments into their preferred language.
- Translate TikTok comments into multiple languages.
- Supports languages including Vietnamese, English, Chinese, Hindi, Spanish, and French.
- Automatically detects the source language and translates it to the target language.
- Saves the selected target language in Chrome's storage for future use.
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked" and select the folder where you downloaded or cloned this repository.
- Click the extension icon in the Chrome toolbar.
- Select your preferred target language from the dropdown menu (default is Vietnamese).
popup/popup.html
: HTML file for the extension's popup interface.popup/popup.js
: JavaScript file to handle the popup's functionality.content.js
: Content script that adds translate buttons to TikTok comments.manifest.json
: Manifest file defining the extension's metadata and permissions.
To add support for a new language:
- Update the
BUTTON_TEXT_MAP
object incontent.js
with the translation texts for the new language. - Add the new language option in
popup.html
.
This project is licensed under the MIT License. See the LICENSE file for details.
- Developed by Nguyen Trong Duc (DuckCIT) © 2025
- Uses Google Translate API for translations
You are free to develop based on this project, but please credit the original author. Your respect for the original work is appreciated. Please open an issue or submit a pull request on GitHub.
If you have any questions or feedback, please contact me at duckcitvn@gmail.com.