Netflix Auto Skip

Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…

What is Netflix Auto Skip?

Netflix Auto Skip is a Chrome extension developed by Short Tail, and its main feature is "Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…".

Extension Screenshots

screenshot
screenshot

Download Netflix Auto Skip Extension CRX File

Download Netflix Auto Skip 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

                        Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on your couch wishing for that "Next Episode" countdown to just hit 0? Well me too, and here's the solution! This simple extension automatically skips intros and outros. No more waiting for those pesky 15 second countdowns to be over. This extension will help you truly reach the pinnacle of laziness.                    

Extension Basic Information

Name Netflix Auto Skip Netflix Auto Skip
ID hmhgfkoeogiaopknabgfochofnnijnnn
Official URL https://chromewebstore.google.com/detail/netflix-auto-skip/hmhgfkoeogiaopknabgfochofnnijnnn
Description Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…
File Size 5.81 KB
Installation Count 1,239
Current Version 1.0.2
Last Updated 2018-09-03
Publish Date 2018-09-03
Rating 2.50/5 Total 10 Ratings
Developer Short Tail
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Auto Skip",
    "short_name": "Auto Skip",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Netflix",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}