Netflix Play/Pause Anywhere
Play and pause Netflix playback by clicking anywhere on the video
Qu'est-ce que Netflix Play/Pause Anywhere ?
Netflix Play/Pause Anywhere est une extension Chrome développée par Luke Flego, et sa fonction principale est "Play and pause Netflix playback by clicking anywhere on the video".
Télécharger le fichier CRX de l'extension Netflix Play/Pause Anywhere
Téléchargez les fichiers d'extension Netflix Play/Pause Anywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hilokelffnmdaekeghmceeoiggokkeii |
URL Officiel | https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii |
Description | Play and pause Netflix playback by clicking anywhere on the video |
Taille du Fichier | 1.27 MB |
Nombre d'Installations | 200 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-03-15 |
Date de Publication | 2018-03-15 |
Évaluation | 4.17/5 Total 12 Évaluations |
Développeur | Luke Flego |
Type de Paiement | free |
Site Web de l'Extension | https://lukeflego.com/projects/netflix-playpause-anywhere/ |
Langues Prises en Charge | 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" ] } ] } |