Say NO to subtitles! (ororo.tv)

Shows last dialogs when pausing a video at https://ororo.tv/.

What is Say NO to subtitles! (ororo.tv)?

Say NO to subtitles! (ororo.tv) is a Chrome extension developed by Iurii Volobuev, and its main feature is "Shows last dialogs when pausing a video at https://ororo.tv/.".

Extension Screenshots

screenshot
screenshot

Download Say NO to subtitles! (ororo.tv) Extension CRX File

Download Say NO to subtitles! (ororo.tv) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Say NO to subtitles! (ororo.tv) Say NO to subtitles! (ororo.tv)
ID aebfghlgckigccknbckmejjnlaloeeei
Official URL https://chromewebstore.google.com/detail/say-no-to-subtitles-ororo/aebfghlgckigccknbckmejjnlaloeeei
Description Shows last dialogs when pausing a video at https://ororo.tv/.
File Size 70.86 KB
Installation Count 100
Current Version 1.11
Last Updated 2024-02-09
Publish Date 2020-04-16
Rating 3.67/5 Total 3 Ratings
Developer Iurii Volobuev
Email [email protected]
Payment Type free
Help Page URL https://github.com/iurii-v-dev/ororo-recent-subs/issues
Supported Languages 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"
            ]
        }
    ]
}