Say NO to subtitles! (ororo.tv)

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

Say NO to subtitles! (ororo.tv) là gì?

Say NO to subtitles! (ororo.tv) là một tiện ích mở rộng Chrome được phát triển bởi Iurii Volobuev, và tính năng chính của nó là "Shows last dialogs when pausing a video at https://ororo.tv/.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Say NO to subtitles! (ororo.tv)

Tải xuống các tệp mở rộng Say NO to subtitles! (ororo.tv) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Say NO to subtitles! (ororo.tv) Say NO to subtitles! (ororo.tv)
ID aebfghlgckigccknbckmejjnlaloeeei
URL Chính Thức https://chromewebstore.google.com/detail/say-no-to-subtitles-ororo/aebfghlgckigccknbckmejjnlaloeeei
Mô tả Shows last dialogs when pausing a video at https://ororo.tv/.
Kích Thước Tệp 70.86 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2020-04-16
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Iurii Volobuev
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/iurii-v-dev/ororo-recent-subs/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}