Nextflix
Nextflix
What is Nextflix?
Nextflix is a Chrome extension developed by Unknown, and its main feature is "Nextflix".
Extension Screenshots
Download Nextflix Extension CRX File
Download Nextflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Nextflix |
ID | mcndceabmckinmjkabmmiokcoacghpjj |
Official URL | https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj |
Description | Nextflix |
File Size | 420 KB |
Installation Count | 204 |
Current Version | 1.3 |
Last Updated | 2017-12-13 |
Publish Date | 2017-12-12 |
Rating | 3.67/5 Total 9 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } |