Netflix Play/Pause Anywhere
Play and pause Netflix playback by clicking anywhere on the video
什么是Netflix Play/Pause Anywhere?
Netflix Play/Pause Anywhere是由Luke Flego开发的Chrome扩展程序,该扩展的主要功能是“Play and pause Netflix playback by clicking anywhere on the video”。
下载Netflix Play/Pause Anywhere扩展crx文件
下载Netflix Play/Pause Anywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | hilokelffnmdaekeghmceeoiggokkeii |
官方URL | https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii |
简介 | Play and pause Netflix playback by clicking anywhere on the video |
文件大小 | 1.27 MB |
安装次数 | 200 |
当前版本 | 1.2 |
更新时间 | 2018-03-15 |
上架时间 | 2018-03-15 |
评分 | 4.17/5 共12次评分 |
开发者 | Luke Flego |
付费类型 | free |
扩展官网 | https://lukeflego.com/projects/netflix-playpause-anywhere/ |
支持的语言 | 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" ] } ] } |