Netflix with Elapsed Time
Netflix with Elapsed Time displays the elapsed time from the beginning.
Netflix with Elapsed Timeคืออะไร?
Netflix with Elapsed Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joseph Mpo Yeti และคุณลักษณะหลักของมันคือ "Netflix with Elapsed Time displays the elapsed time from the beginning."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix with Elapsed Time
ดาวน์โหลดไฟล์ส่วนขยาย Netflix with Elapsed Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Netflix with Elapsed Time displays the elapsed time from the beginning. If it does not work from the start, simply reload the page. It will only work when actually watching a video. Please, rate and leave a review if you like this extension. I would also appreciate any feedback on how to give you a better experience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | knglmjodeneocikihhehegeifgabkjfa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa |
คำอธิบาย | Netflix with Elapsed Time displays the elapsed time from the beginning. |
ขนาดไฟล์ | 25.48 KB |
จำนวนการติดตั้ง | 1,067 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2024-01-12 |
วันที่เผยแพร่ | 2020-07-04 |
คะแนน | 4.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Joseph Mpo Yeti |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netflix with Elapsed Time", "version": "2.2.0", "author": "Joseph Mpo Yeti", "description": "Netflix with Elapsed Time displays the elapsed time from the beginning.", "host_permissions": [ "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "all_frames": true, "js": [ "scripts\/main.js" ], "css": [ "styles\/main.css" ] } ], "action": { "default_title": "Netflix with Elapsed Time", "default_icon": { "512": "img\/icon512.png" } }, "icons": { "64": "img\/icon64.png", "128": "img\/icon128.png", "512": "img\/icon512.png" } } |