Netflix Play/Pause Anywhere
Play and pause Netflix playback by clicking anywhere on the video
Netflix Play/Pause Anywhere là gì?
Netflix Play/Pause Anywhere là một tiện ích mở rộng Chrome được phát triển bởi Luke Flego, và tính năng chính của nó là "Play and pause Netflix playback by clicking anywhere on the video".
Tải xuống tệp CRX của tiện ích mở rộng Netflix Play/Pause Anywhere
Tải xuống các tệp mở rộng Netflix Play/Pause Anywhere 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
Like YouTube, click on the video to play and pause it. 15/03/2018: Version 1.2 - Fixed "no refresh" bug - More of video screen is clickable (beside controls) 03/10/2017: Version 1.1 - Updated to suit new player
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hilokelffnmdaekeghmceeoiggokkeii |
URL Chính Thức | https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii |
Mô tả | Play and pause Netflix playback by clicking anywhere on the video |
Kích Thước Tệp | 1.27 MB |
Số Lần Cài Đặt | 200 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-03-15 |
Ngày Phát Hành | 2018-03-15 |
Đánh Giá | 4.17/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Luke Flego |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://lukeflego.com/projects/netflix-playpause-anywhere/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Play\/Pause Anywhere", "short_name": "NPPA", "version": "1.2", "manifest_version": 2, "description": "Play and pause Netflix playback by clicking anywhere on the video", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "jquery.js", "nppa.js" ], "css": [ "nppa.css" ] } ] } |