Netflix Skip Intro

Auto-skip intro on supported Netflix series

What is Netflix Skip Intro?

Netflix Skip Intro is a Chrome extension developed by noahkiss, and its main feature is "Auto-skip intro on supported Netflix series".

Extension Screenshots

screenshot

Download Netflix Skip Intro Extension CRX File

Download Netflix Skip Intro 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 Netflix Skip Intro Netflix Skip Intro
ID ljekjikpaonjihlpllojbdacdenmnfpn
Official URL https://chromewebstore.google.com/detail/netflix-skip-intro/ljekjikpaonjihlpllojbdacdenmnfpn
Description Auto-skip intro on supported Netflix series
File Size 2.09 MB
Installation Count 111
Current Version 0.1.4
Last Updated 2017-04-27
Publish Date 2017-04-26
Rating 5.00/5 Total 1 Ratings
Developer noahkiss
Payment Type free
Extension Website https://github.com/noahkiss/netflix-skip-intro
Help Page URL https://github.com/noahkiss/netflix-skip-intro
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Skip Intro",
    "version": "0.1.4",
    "description": "Auto-skip intro on supported Netflix series",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Netflix Skip Intro"
    },
    "content_scripts": [
        {
            "js": [
                "netflix-skip-intro.user.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}