Say NO to subtitles! (ororo.tv)
Shows last dialogs when pausing a video at https://ororo.tv/.
Was ist Say NO to subtitles! (ororo.tv)?
Say NO to subtitles! (ororo.tv) ist eine Chrome-Erweiterung, die von Iurii Volobuev entwickelt wurde, und ihr Hauptmerkmal ist "Shows last dialogs when pausing a video at https://ororo.tv/.".
Erweiterungsscreenshots
Say NO to subtitles! (ororo.tv)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Say NO to subtitles! (ororo.tv)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Say NO to subtitles! (ororo.tv) |
ID | aebfghlgckigccknbckmejjnlaloeeei |
Offizielle URL | https://chromewebstore.google.com/detail/say-no-to-subtitles-ororo/aebfghlgckigccknbckmejjnlaloeeei |
Beschreibung | Shows last dialogs when pausing a video at https://ororo.tv/. |
Dateigröße | 70.86 KB |
Installationsanzahl | 100 |
Aktuelle Version | 1.11 |
Letztes Update | 2024-02-09 |
Veröffentlichungsdatum | 2020-04-16 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Iurii Volobuev |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/iurii-v-dev/ororo-recent-subs/issues |
Unterstützte Sprachen | 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" ] } ] } |