Subtitles for netflix
Subtitles for netflix!
Subtitles for netflixคืออะไร?
Subtitles for netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mesompi และคุณลักษณะหลักของมันคือ "Subtitles for netflix!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subtitles for netflix
ดาวน์โหลดไฟล์ส่วนขยาย Subtitles for netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables multiple subtitles on netflix! * Load multiple subtitles from netflix! * Customize font sizes, colors and position! * Upload your srt and dfxp files! * Sync your uploaded subtitles visually (SRT or DFXP files) New features in version 0.0.35! * Now the extension saves the font-size, color and order of subtitles. Ideal for foreign language learners.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Subtitles for netflix |
ID | oddfihdjoneffhjjlpgdjaefeklefmdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/subtitles-for-netflix/oddfihdjoneffhjjlpgdjaefeklefmdi |
คำอธิบาย | Subtitles for netflix! |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 9,502 |
เวอร์ชันปัจจุบัน | 0.0.40 |
อัปเดตครั้งล่าสุด | 2021-04-18 |
วันที่เผยแพร่ | 2019-02-06 |
คะแนน | 3.65/5 รวมทั้งหมด 68 คะแนน |
ผู้พัฒนา | mesompi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Subtitles for netflix!" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.min.js", "prepare.js", "angular.min.js", "ng-file-model.min.js", "utils.js", "controller.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ], "runAt": "document_start" } ], "description": "Subtitles for netflix!", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Subtitles for netflix", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.40" } |