Nextflix
Nextflix
Wat is Nextflix?
Nextflix is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Nextflix".
Extensie Screenshots
Download het CRX-bestand van de extensie Nextflix
Download Nextflix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today! Features: - Automatically skips intro - Automatically pushes next episode button - Automatically mutes trailers
Basisinformatie over de Extensie
Naam | Nextflix |
ID | mcndceabmckinmjkabmmiokcoacghpjj |
Officiële URL | https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj |
Beschrijving | Nextflix |
Bestandsgrootte | 420 KB |
Aantal Installaties | 204 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-12-13 |
Publicatiedatum | 2017-12-12 |
Beoordeling | 3.67/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nextflix", "description": "Nextflix", "version": "1.3", "icons": { "128": "nextflix_transparent.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "jquery-3.2.1.min.js", "myscript.js" ] } ], "permissions": [ "storage" ], "options_page": "options.html" } |