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…

Qu'est-ce que Netflix Auto Skip ?

Netflix Auto Skip est une extension Chrome développée par Short Tail, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Netflix Auto Skip

Téléchargez les fichiers d'extension Netflix Auto Skip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Netflix Auto Skip Netflix Auto Skip
ID hmhgfkoeogiaopknabgfochofnnijnnn
URL Officiel 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…
Taille du Fichier 5.81 KB
Nombre d'Installations 1,239
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-09-03
Date de Publication 2018-09-03
Évaluation 2.50/5 Total 10 Évaluations
Développeur Short Tail
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}