Nextflix
Nextflix
Nextflixคืออะไร?
Nextflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Nextflix"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nextflix
ดาวน์โหลดไฟล์ส่วนขยาย Nextflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today! Features: - Automatically skips intro - Automatically pushes next episode button - Automatically mutes trailers
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nextflix |
ID | mcndceabmckinmjkabmmiokcoacghpjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj |
คำอธิบาย | Nextflix |
ขนาดไฟล์ | 420 KB |
จำนวนการติดตั้ง | 204 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2017-12-13 |
วันที่เผยแพร่ | 2017-12-12 |
คะแนน | 3.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nextflix", "description": "Nextflix", "version": "1.3", "icons": { "128": "nextflix_transparent.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "jquery-3.2.1.min.js", "myscript.js" ] } ], "permissions": [ "storage" ], "options_page": "options.html" } |