Netflix subtitles pop-up
Displays the subtitles in a different window
Netflix subtitles pop-upคืออะไร?
Netflix subtitles pop-up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย entibo และคุณลักษณะหลักของมันคือ "Displays the subtitles in a different window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix subtitles pop-up
ดาวน์โหลดไฟล์ส่วนขยาย Netflix subtitles pop-up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you understand most of the dialog but still like having a reference in case you don't get a word or sentence. If you any suggestions/comments about how the subtitles are displayed in the window please let me know !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix subtitles pop-up |
ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
คำอธิบาย | Displays the subtitles in a different window |
ขนาดไฟล์ | 38.64 KB |
จำนวนการติดตั้ง | 273 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-04-20 |
วันที่เผยแพร่ | 2019-04-20 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | entibo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix subtitles pop-up", "version": "1.2", "description": "Displays the subtitles in a different window", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.netflix.com\/*" ], "content_scripts": [ { "js": [ "player.js" ], "matches": [ "*:\/\/*.netflix.com\/watch*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |