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…

Cos'è Netflix Auto Skip?

Netflix Auto Skip è un'estensione di Chrome sviluppata da Short Tail, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Netflix Auto Skip

Scarica i file di estensione Netflix Auto Skip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Netflix Auto Skip Netflix Auto Skip
ID hmhgfkoeogiaopknabgfochofnnijnnn
URL Ufficiale https://chromewebstore.google.com/detail/netflix-auto-skip/hmhgfkoeogiaopknabgfochofnnijnnn
Descrizione 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…
Dimensione del File 5.81 KB
Conteggio Installazioni 1,239
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-09-03
Data di Pubblicazione 2018-09-03
Valutazione 2.50/5 Totale 10 Valutazioni
Sviluppatore Short Tail
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}