Neflix Auto Skip Intro Button
Automatically presses skip button on Netflix on any episode
What is Neflix Auto Skip Intro Button?
Neflix Auto Skip Intro Button is a Chrome extension developed by marn, and its main feature is "Automatically presses skip button on Netflix on any episode".
Extension Screenshots
Download Neflix Auto Skip Intro Button Extension CRX File
Download Neflix Auto Skip Intro Button 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
Extension Basic Information
Name | Neflix Auto Skip Intro Button |
ID | gebekalhaofndolblbmajhoppodkljfn |
Official URL | https://chromewebstore.google.com/detail/neflix-auto-skip-intro-bu/gebekalhaofndolblbmajhoppodkljfn |
Description | Automatically presses skip button on Netflix on any episode |
File Size | 63.45 KB |
Installation Count | 12,444 |
Current Version | 0.0.0.3 |
Last Updated | 2017-12-18 |
Publish Date | 2017-12-18 |
Rating | 4.17/5 Total 141 Ratings |
Developer | marn |
Payment Type | free |
Extension Website | http://www.armanmalek.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Neflix Auto Skip Intro Button", "description": "Automatically presses skip button on Netflix on any episode", "version": "0.0.0.3", "manifest_version": 2, "browser_action": { "default_icon": "Netflix-new-icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "jquery.min.js", "skip.js" ] } ] } |