Say NO to subtitles! (ororo.tv)

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

Apa itu Say NO to subtitles! (ororo.tv)?

Say NO to subtitles! (ororo.tv) adalah ekstensi Chrome yang dikembangkan oleh Iurii Volobuev, dan fitur utamanya adalah "Shows last dialogs when pausing a video at https://ororo.tv/.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Say NO to subtitles! (ororo.tv)

Unduh file ekstensi Say NO to subtitles! (ororo.tv) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Say NO to subtitles! (ororo.tv) Say NO to subtitles! (ororo.tv)
ID aebfghlgckigccknbckmejjnlaloeeei
URL Resmi https://chromewebstore.google.com/detail/say-no-to-subtitles-ororo/aebfghlgckigccknbckmejjnlaloeeei
Deskripsi Shows last dialogs when pausing a video at https://ororo.tv/.
Ukuran File 70.86 KB
Jumlah Instalasi 100
Versi Saat Ini 1.11
Terakhir Diperbarui 2024-02-09
Tanggal Publikasi 2020-04-16
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Iurii Volobuev
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/iurii-v-dev/ororo-recent-subs/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}