https://github.com/LazyScar/BiliBili-To-English
Translate BiliBili To English.
https://github.com/LazyScar/BiliBili-To-English
bilibili bilibili-captions bilibili-chrome bilibili-chrome-extenstion bilibili-client bilibili-english bilibili-english-extension bilibili-evolved bilibili-helper bilibili-live bilibili-live-tools bilibili-to-english bilibili-tools bilingual chinese-translation translate-bilibili
Last synced: 4 months ago
JSON representation
Translate BiliBili To English.
- Host: GitHub
- URL: https://github.com/LazyScar/BiliBili-To-English
- Owner: LazyScar
- Created: 2024-08-25T17:38:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T16:39:21.000Z (5 months ago)
- Last Synced: 2025-01-19T17:40:40.272Z (5 months ago)
- Topics: bilibili, bilibili-captions, bilibili-chrome, bilibili-chrome-extenstion, bilibili-client, bilibili-english, bilibili-english-extension, bilibili-evolved, bilibili-helper, bilibili-live, bilibili-live-tools, bilibili-to-english, bilibili-tools, bilingual, chinese-translation, translate-bilibili
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bilibili-extra - BiliBili-To-English - Translate BiliBili To English. (浏览器扩展 / 全站扩展)
README
# BiliBili-To-English
BiliBili is a video platform that only has a Chinese version. To translate its content into English, you can use this extension. This extension works on browsers like Chrome, Bing, Firefox, Brave, Opera, and many more.## Using FireFox?
# 🔥Features
- Real-time translation of captions
- Comprehensive translation for the entire page, including buttons and menus
- Real-time translation of comments on **manga.bilibili.com** (note: does not function on **bilibili.com**)
- Instant translation of video titles, views, and likes### Screenshot:
## ⚡How it works
It starts by checking a file called `dictionary.js` to switch Chinese words to English. If it finds a word/sentence not in the file, it uses Google Translate for the translation. This whole process is quick, usually taking just 0.5 seconds to translate what's on your screen. Moreover, it can translate text even if you don't refresh the page.## Installation Instructions:
### For Firefox Browser:### For Chrome, Brave, Bing, Opera Browsers.
To install this Chrome extension, follow these steps:
1. Download this repository as a ZIP file and extract it.
2. Open Chrome and go to the extension menu from Settings or by typing `chrome://extensions/` in the address bar.
3. Turn on `Developer mode` by clicking the switch.
4. Click on `Load unpacked` and select the extracted folder. Ensure you choose the entire folder.
5. You can click the refresh icon optionally (recommended but not mandatory).
6. Turn off `Developer mode` once the installation is complete.## Todo List
- Fix the issue that it doesn't transalte the comments of videos on `bilibili.com`
- Improve the efficiency of the translation code to reduce loading times.
- Optimize the dictionary.js file with more comprehensive entries to minimize reliance on Google Translate.## ⭐ Star History
[](https://star-history.com/#WavaDev/BiliBili-To-English&Date)
## 🤝 Credits
Made By **LazyScar**,
and the `dictionary.js` file was taken from [XilkyTofu](https://github.com/XilkyTofu/bilibili_translate_chrome_extension).