Nextflix
Nextflix
Was ist Nextflix?
Nextflix ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Nextflix".
Erweiterungsscreenshots
Nextflix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nextflix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Nextflix |
ID | mcndceabmckinmjkabmmiokcoacghpjj |
Offizielle URL | https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj |
Beschreibung | Nextflix |
Dateigröße | 420 KB |
Installationsanzahl | 204 |
Aktuelle Version | 1.3 |
Letztes Update | 2017-12-13 |
Veröffentlichungsdatum | 2017-12-12 |
Bewertung | 3.67/5 Insgesamt 9 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |