Netskip: Auto skip intro on netflix!

Skip opening titles automatically on Netflix.

What is Netskip: Auto skip intro on netflix!?

Netskip: Auto skip intro on netflix! is a Chrome extension developed by Dovydev, and its main feature is "Skip opening titles automatically on Netflix.".

Extension Screenshots

screenshot

Download Netskip: Auto skip intro on netflix! Extension CRX File

Download Netskip: Auto skip intro on netflix! 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

                        This thing just simply takes and skips the intro of series.                    

Extension Basic Information

Name Netskip: Auto skip intro on netflix! Netskip: Auto skip intro on netflix!
ID plamajemlklflogjpkkhpbanknincmgj
Official URL https://chromewebstore.google.com/detail/netskip-auto-skip-intro-o/plamajemlklflogjpkkhpbanknincmgj
Description Skip opening titles automatically on Netflix.
File Size 12.15 KB
Installation Count 159
Current Version 0.1
Last Updated 2019-02-09
Publish Date 2019-02-09
Rating 2.33/5 Total 3 Ratings
Developer Dovydev
Email [email protected]
Payment Type free
Supported Languages de,en,fr,es,pt-BR,sv
manifest.json
{
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "autoskip.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "short_name": "Netskip",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}