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/."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Say NO to subtitles! (ororo.tv) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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) 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"
            ]
        }
    ]
}