Netflix Awesome Extensions
The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent.
Netflix Awesome Extensionsคืออะไร?
Netflix Awesome Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Incorporation และคุณลักษณะหลักของมันคือ "The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Awesome Extensions
ดาวน์โหลดไฟล์ส่วนขยาย Netflix Awesome Extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app improves in an incredibly awesome way, the poor user experience provided by Netflix. Its introducing the most mind blowing features ever: 1. Click on the video to pause and unpause. BAM! 2. Adjust the volume with the mouse wheel. Wickedaaa! 3. Skip the intro automatically. Cha-Ching! 4. The annoying dialog which asks if you are still watching will be automatically accepted if you have move your mouse within the last hour. Patent pending! 5. If you let the netflix page open for a while it crashes and you have to reload. But not any more. Now just move the mouse and it will be reloaded for you. Bang! The most awesome things in live are simple ;)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix Awesome Extensions |
ID | midmkncnhpphmdjlnfcoinhcekapmkic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-awesome-extension/midmkncnhpphmdjlnfcoinhcekapmkic |
คำอธิบาย | The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent. |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 1,656 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2020-05-18 |
วันที่เผยแพร่ | 2020-05-17 |
คะแนน | 3.65/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Nick Incorporation |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Awesome Extensions", "description": "The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent.", "version": "0.8", "manifest_version": 2, "author": "Nikolai Solovev", "icons": { "16": "img\/icon_128.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "all_frames": false, "js": [ "jquery-3.5.0.min.js", "jquery.mousewheel.min.js", "content.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ] } ], "permissions": [ "https:\/\/www.netflix.com\/" ] } |