v2.1.0 : Add subtitles translation prevention feature
🎯 New Feature
- Add subtitles translation prevention
- Keep subtitles in videos original language
📝 Details
- Use ASR track to detect videos original language
- Force manual subtitles track in original language if available
- Disable subtitles if only ASR track exists
- Add subtitles toggle to popup menu
- Update manifests to handle new subtitles script
ℹ️ How it works:
The extension uses the ASR (auto-generated) track to identify the original video language. If a manual subtitle track exists in that language, it is applied. If only the ASR track exists, subtitles are disabled to avoid low quality auto-generated captions.