Say NO to subtitles! (ororo.tv)
Shows last dialogs when pausing a video at https://ororo.tv/.
什么是Say NO to subtitles! (ororo.tv)?
Say NO to subtitles! (ororo.tv)是由Iurii Volobuev开发的Chrome扩展程序,该扩展的主要功能是“Shows last dialogs when pausing a video at https://ororo.tv/.”。
扩展截图
下载Say NO to subtitles! (ororo.tv)扩展crx文件
下载Say NO to subtitles! (ororo.tv)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps watch movies WITHOUT subtitles. If you didn't catch some word, just pause and see recent subtitles without winding the movie back. The extension works only if you're logged in at ororo.tv. The extension is not created by ororo.tv team, so any questions related to ororo.tv service itself should be asked at their website.
扩展基本信息
名称 | Say NO to subtitles! (ororo.tv) |
ID | aebfghlgckigccknbckmejjnlaloeeei |
官方URL | https://chromewebstore.google.com/detail/say-no-to-subtitles-ororo/aebfghlgckigccknbckmejjnlaloeeei |
简介 | Shows last dialogs when pausing a video at https://ororo.tv/. |
文件大小 | 70.86 KB |
安装次数 | 100 |
当前版本 | 1.11 |
更新时间 | 2024-02-09 |
上架时间 | 2020-04-16 |
评分 | 3.67/5 共3次评分 |
开发者 | Iurii Volobuev |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/iurii-v-dev/ororo-recent-subs/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.11", "name": "Say NO to subtitles! (ororo.tv)", "short_name": "ororo-recent-subs", "description": "Shows last dialogs when pausing a video at https:\/\/ororo.tv\/.", "icons": { "16": "images\/ororo-icon-16.png", "32": "images\/ororo-icon-32.png", "48": "images\/ororo-icon-48.png", "128": "images\/ororo-icon-128.png" }, "host_permissions": [ "https:\/\/ororo.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/ororo.tv\/*\/movies\/*", "https:\/\/ororo.tv\/*\/shows\/*" ], "run_at": "document_idle", "js": [ "scripts\/lib\/jquery-3.4.1.min.js", "scripts\/lib\/subtitle.bundle.js", "scripts\/index.js" ] } ] } |