Netflix Play/Pause Anywhere

Play and pause Netflix playback by clicking anywhere on the video

Cos'è Netflix Play/Pause Anywhere?

Netflix Play/Pause Anywhere è un'estensione di Chrome sviluppata da Luke Flego, e la sua funzione principale è "Play and pause Netflix playback by clicking anywhere on the video".

Scarica il file CRX dell'estensione Netflix Play/Pause Anywhere

Scarica i file di estensione Netflix Play/Pause Anywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Netflix Play/Pause Anywhere Netflix Play/Pause Anywhere
ID hilokelffnmdaekeghmceeoiggokkeii
URL Ufficiale https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii
Descrizione Play and pause Netflix playback by clicking anywhere on the video
Dimensione del File 1.27 MB
Conteggio Installazioni 200
Versione Corrente 1.2
Ultimo Aggiornamento 2018-03-15
Data di Pubblicazione 2018-03-15
Valutazione 4.17/5 Totale 12 Valutazioni
Sviluppatore Luke Flego
Tipo di Pagamento free
Sito Web dell'Estensione https://lukeflego.com/projects/netflix-playpause-anywhere/
Lingue Supportate 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"
            ]
        }
    ]
}