Netflix Play/Pause Anywhere
Play and pause Netflix playback by clicking anywhere on the video
Vad är Netflix Play/Pause Anywhere?
Netflix Play/Pause Anywhere är en Chrome-tillägg utvecklad av Luke Flego, och dess huvudfunktion är "Play and pause Netflix playback by clicking anywhere on the video".
Ladda ner Netflix Play/Pause Anywhere-förlängningens CRX-fil
Ladda ner Netflix Play/Pause Anywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | hilokelffnmdaekeghmceeoiggokkeii |
Officiell webbadress | https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii |
Beskrivning | Play and pause Netflix playback by clicking anywhere on the video |
Filstorlek | 1.27 MB |
Antal Installationer | 200 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-03-15 |
Publiceringsdatum | 2018-03-15 |
Betyg | 4.17/5 Totalt 12 Betyg |
Utvecklare | Luke Flego |
Betalningssätt | free |
Tilläggswebbplats | https://lukeflego.com/projects/netflix-playpause-anywhere/ |
Stödda Språk | 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" ] } ] } |