Easysubs
Improve your language skills by watching TV shows and movies.
什么是Easysubs?
Easysubs是由https://easysubs.cc开发的Chrome扩展程序,该扩展的主要功能是“Improve your language skills by watching TV shows and movies.”。
扩展截图
下载Easysubs扩展crx文件
下载Easysubs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
************************** 🎉New in v1.5.7 🎉**************************
- Fix kinopub CDN
*************************************************************************
Features:
- Support multiple video services: Netflix, YouTube (videos and originals), Coursera KinoPub (kino.pub), English With Fun (https://english-with-fun.com)
- Word and full subtitle translation. Just hover over the word you want to translate it or click on subtitles for translation all text.
- Export words to learning services. Support: LinguaLeo (lingualeo.com) and Puzzle English (https://puzzle-english.com/)
- Rewind to previous and next subtitle. Press to arrow button on keyboard for rewind by subtitles.
- Subtitles progress bar. At the bottom of the player, there is a subtitles progress bar to simplify navigation between subtitles. Click on the progress bar to rewind the video to the desired point.
- Subtitles settings. The extension allows you to adjust the size of the subtitles and their delay.
- Change subtitles position. You can drag subtitles to any part of the screen.
- Custom subtitles. You can upload your custom subtitles if they are not on the video service, supported SRT and VTT formats.
- Show all available audio tracks and subtitles on Netflix regardless of region. 扩展基本信息
| 名称 | |
| ID | ocelmccppkcibiflhhepafdjjomimddf |
| 官方URL | https://chromewebstore.google.com/detail/easysubs/ocelmccppkcibiflhhepafdjjomimddf |
| 简介 | Improve your language skills by watching TV shows and movies. |
| 文件大小 | 1.64 MB |
| 安装次数 | 4,425 |
| 当前版本 | 1.5.7 |
| 更新时间 | 2023-08-14 |
| 上架时间 | 2020-04-06 |
| 评分 | 4.28/5 共54次评分 |
| 开发者 | https://easysubs.cc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://easysubs.cc |
| 帮助页面URL | https://github.com/Nitrino/easysubs |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Easysubs",
"version": "1.5.7",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"homepage_url": "https:\/\/github.com\/Nitrino\/easysubs",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png",
"512": "icons\/icon512.png",
"1024": "icons\/icon1024.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_title": "browser action demo",
"default_popup": "browser_action.html"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
" | |