Say NO to subtitles! (ororo.tv)
Shows last dialogs when pausing a video at https://ororo.tv/.
Qu'est-ce que Say NO to subtitles! (ororo.tv) ?
Say NO to subtitles! (ororo.tv) est une extension Chrome développée par Iurii Volobuev, et sa fonction principale est "Shows last dialogs when pausing a video at https://ororo.tv/.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Say NO to subtitles! (ororo.tv)
Téléchargez les fichiers d'extension Say NO to subtitles! (ororo.tv) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Say NO to subtitles! (ororo.tv) |
ID | aebfghlgckigccknbckmejjnlaloeeei |
URL Officiel | https://chromewebstore.google.com/detail/say-no-to-subtitles-ororo/aebfghlgckigccknbckmejjnlaloeeei |
Description | Shows last dialogs when pausing a video at https://ororo.tv/. |
Taille du Fichier | 70.86 KB |
Nombre d'Installations | 100 |
Version Actuelle | 1.11 |
Dernière Mise à Jour | 2024-02-09 |
Date de Publication | 2020-04-16 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Iurii Volobuev |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/iurii-v-dev/ororo-recent-subs/issues |
Langues Prises en Charge | 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" ] } ] } |