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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Iurii Volobuev และคุณลักษณะหลักของมันคือ "Shows last dialogs when pausing a video at https://ororo.tv/."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Say NO to subtitles! (ororo.tv)
ดาวน์โหลดไฟล์ส่วนขยาย Say NO to subtitles! (ororo.tv) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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) |
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" ] } ] } |