Netflex
Work out while you watch your favorite shows.
Netflex là gì?
Netflex là một tiện ích mở rộng Chrome được phát triển bởi Netflex, và tính năng chính của nó là "Work out while you watch your favorite shows.".
Ả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 Netflex
Tải xuống các tệp mở rộng Netflex 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
Feeling guilty about watching too much TV and getting too little exercise? Netflex gives you the best of both worlds. With this free extension, you can watch any Netflix show while we coach you through simple bodyweight exercises in the corner of your screen. We know, it’s genius. You’re welcome.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfanmigfcphpeagamjjombcbpgafhpkf |
URL Chính Thức | https://chromewebstore.google.com/detail/netflex/hfanmigfcphpeagamjjombcbpgafhpkf |
Mô tả | Work out while you watch your favorite shows. |
Kích Thước Tệp | 871 KB |
Số Lần Cài Đặt | 379 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-01-12 |
Ngày Phát Hành | 2020-09-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Netflex |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://netflexandsweat.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflex", "version": "1.0.0", "manifest_version": 2, "description": "Work out while you watch your favorite shows.", "permissions": [ "*:\/\/*.netflix.com\/*", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/netflex_icon16.png", "32": "icons\/netflex_icon32.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "css": [ "css\/index.css" ], "js": [ "js\/index.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/netflix.js" ], "icons": { "16": "icons\/netflex_icon16.png", "32": "icons\/netflex_icon32.png", "48": "icons\/netflex_icon48.png", "128": "icons\/netflex_icon128.png" } } |