Netflix++
Browser extensions enhancing your Netflix browsing experience
Netflix++คืออะไร?
Netflix++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stevokk และคุณลักษณะหลักของมันคือ "Browser extensions enhancing your Netflix browsing experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix++
ดาวน์โหลดไฟล์ส่วนขยาย Netflix++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NEW! 2017 version, here to enhance your Netflix experience! Currently shows you ratings from 3 independent sources: IMDB, Rotten Tomatoes & Metacritic Fully open source, any issues or feature requests go here: https://github.com/stevokk/netflixplusplus
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix++ |
ID | ofiindmkglmjpndljggpcpamcglnmmpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix++/ofiindmkglmjpndljggpcpamcglnmmpl |
คำอธิบาย | Browser extensions enhancing your Netflix browsing experience |
ขนาดไฟล์ | 79.14 KB |
จำนวนการติดตั้ง | 4,279 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2017-08-13 |
วันที่เผยแพร่ | 2017-08-13 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | stevokk |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/stevokk/netflixplusplus |
URL หน้าช่วยเหลือ | https://github.com/stevokk/netflixplusplus |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix++", "version": "1.0.2", "description": "Browser extensions enhancing your Netflix browsing experience", "homepage_url": "https:\/\/github.com\/stevokk\/netflixplusplus", "manifest_version": 2, "minimum_chrome_version": "58", "applications": { "gecko": { "id": "netflixplusplus\/stevokk", "strict_min_version": "52.0" } }, "permissions": [ "storage", "https:\/\/netflixplusplus.heroku.com\/*", "http:\/\/localhost\/*" ], "icons": { "128": "icon-128.png" }, "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |