Netflix Play/Pause Anywhere

Play and pause Netflix playback by clicking anywhere on the video

What is Netflix Play/Pause Anywhere?

Netflix Play/Pause Anywhere is a Chrome extension developed by Luke Flego, and its main feature is "Play and pause Netflix playback by clicking anywhere on the video".

Download Netflix Play/Pause Anywhere Extension CRX File

Download Netflix Play/Pause Anywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Netflix Play/Pause Anywhere Netflix Play/Pause Anywhere
ID hilokelffnmdaekeghmceeoiggokkeii
Official URL https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii
Description Play and pause Netflix playback by clicking anywhere on the video
File Size 1.27 MB
Installation Count 200
Current Version 1.2
Last Updated 2018-03-15
Publish Date 2018-03-15
Rating 4.17/5 Total 12 Ratings
Developer Luke Flego
Payment Type free
Extension Website https://lukeflego.com/projects/netflix-playpause-anywhere/
Supported Languages 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"
            ]
        }
    ]
}