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 |
官方網址 | 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" ] } ] } |