Netflix++
Browser extensions enhancing your Netflix browsing experience
Netflix++ là gì?
Netflix++ là một tiện ích mở rộng Chrome được phát triển bởi stevokk, và tính năng chính của nó là "Browser extensions enhancing your Netflix browsing experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Netflix++
Tải xuống các tệp mở rộng Netflix++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix++ |
ID | ofiindmkglmjpndljggpcpamcglnmmpl |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix++/ofiindmkglmjpndljggpcpamcglnmmpl |
Mô tả | Browser extensions enhancing your Netflix browsing experience |
Kích Thước Tệp | 79.14 KB |
Số Lần Cài Đặt | 4,279 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2017-08-13 |
Ngày Phát Hành | 2017-08-13 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | stevokk |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/stevokk/netflixplusplus |
URL Trang Trợ Giúp | https://github.com/stevokk/netflixplusplus |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |