Autoskip Netflix Intro

Skip the intro's on netflix

What is Autoskip Netflix Intro?

Autoskip Netflix Intro is a Chrome extension developed by Lukas Demeyere, and its main feature is "Skip the intro's on netflix".

Extension Screenshots

screenshot

Download Autoskip Netflix Intro Extension CRX File

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

                        Binging your favourite show and getting tired of clicking the button to skip the intro of your Netflix episode? This extension does this automatically for you. You can easy enable/disable this feature.

Skip to Next Episode

 --- You need to refresh your Netflix tab so the extension is loaded and can skip the intro automatically. ---                    

Extension Basic Information

Name Autoskip Netflix Intro Autoskip Netflix Intro
ID olljgnejdhpmoolooihgcdoannkfodji
Official URL https://chromewebstore.google.com/detail/autoskip-netflix-intro/olljgnejdhpmoolooihgcdoannkfodji
Description Skip the intro's on netflix
File Size 463 KB
Installation Count 158
Current Version 0.0.5
Last Updated 2023-04-13
Publish Date 2020-06-10
Rating 2.78/5 Total 9 Ratings
Developer Lukas Demeyere
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip Netflix Intro",
    "version": "0.0.5",
    "manifest_version": 3,
    "description": "Skip the intro's on netflix",
    "icons": {
        "16": "icons\/netskips16.png",
        "48": "icons\/netskips48.png",
        "128": "icons\/netskips128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start skipping"
    },
    "permissions": [
        "storage"
    ]
}