Netflix Play/Pause Anywhere

Play and pause Netflix playback by clicking anywhere on the video

Co to jest Netflix Play/Pause Anywhere?

Netflix Play/Pause Anywhere to rozszerzenie Chrome opracowane przez Luke Flego, a jego główną funkcją jest „Play and pause Netflix playback by clicking anywhere on the video”.

Pobierz plik CRX rozszerzenia Netflix Play/Pause Anywhere

Pobierz pliki rozszerzeń Netflix Play/Pause Anywhere w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Netflix Play/Pause Anywhere Netflix Play/Pause Anywhere
ID hilokelffnmdaekeghmceeoiggokkeii
Oficjalny URL https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii
Opis Play and pause Netflix playback by clicking anywhere on the video
Rozmiar pliku 1.27 MB
Liczba instalacji 200
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-03-15
Data Publikacji 2018-03-15
Ocena 4.17/5 Łącznie 12 Oceny
Deweloper Luke Flego
Typ Płatności free
Strona Rozszerzenia https://lukeflego.com/projects/netflix-playpause-anywhere/
Obsługiwane Języki 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"
            ]
        }
    ]
}