Netflix Auto Skip Intro

Automatically skip Netflix intros.

What is Netflix Auto Skip Intro?

Netflix Auto Skip Intro is a Chrome extension developed by ljknight, and its main feature is "Automatically skip Netflix intros.".

Extension Screenshots

screenshot

Download Netflix Auto Skip Intro Extension CRX File

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

                        Do you think you'll go crazy if you hear the Orange is the New Black intro song another time? Me too. Use this plugin to automatically skip Netflix intros so you don't have to lift a finger during your next binge sesh.
New feature: automatically goes to next episode during credits countdown.                    

Extension Basic Information

Name Netflix Auto Skip Intro Netflix Auto Skip Intro
ID nnpjokeejpliankbgnjbjlkaloppehoi
Official URL https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi
Description Automatically skip Netflix intros.
File Size 20.15 KB
Installation Count 584
Current Version 1.4
Last Updated 2019-08-19
Publish Date 2019-08-18
Rating 2.29/5 Total 7 Ratings
Developer ljknight
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Auto Skip Intro",
    "author": "Laura Knight",
    "version": "1.4",
    "description": "Automatically skip Netflix intros.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}