Netflix Play/Pause Anywhere

Play and pause Netflix playback by clicking anywhere on the video

Co je Netflix Play/Pause Anywhere?

Netflix Play/Pause Anywhere je rozšíření Chrome vyvinuté Luke Flego, a jeho hlavní funkcí je „Play and pause Netflix playback by clicking anywhere on the video“.

Stáhnout soubor CRX rozšíření Netflix Play/Pause Anywhere

Stáhněte si soubory rozšíření Netflix Play/Pause Anywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Netflix Play/Pause Anywhere Netflix Play/Pause Anywhere
ID hilokelffnmdaekeghmceeoiggokkeii
Oficiální URL https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii
Popis Play and pause Netflix playback by clicking anywhere on the video
Velikost souboru 1.27 MB
Počet instalací 200
Aktuální Verze 1.2
Poslední Aktualizace 2018-03-15
Datum Vydání 2018-03-15
Hodnocení 4.17/5 Celkem 12 Hodnocení
Vývojář Luke Flego
Typ Platby free
Webové stránky Rozšíření https://lukeflego.com/projects/netflix-playpause-anywhere/
Podporované Jazyky 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"
            ]
        }
    ]
}