NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

Cos'è NflxIntroSkip (Netflix Intro Skip)?

NflxIntroSkip (Netflix Intro Skip) è un'estensione di Chrome sviluppata da gmertes, e la sua funzione principale è "Automatically skip intros in the Netflix web-player".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NflxIntroSkip (Netflix Intro Skip)

Scarica i file di estensione NflxIntroSkip (Netflix Intro 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

                        A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix. 

-The best at what it does: automatically click on the Skip Intro button in Netflix
-Install and forget, there's no configuration
-Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function
-No analytics
-Free and open source                    

Informazioni di Base sull'Estensione

Nome NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
URL Ufficiale https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
Descrizione Automatically skip intros in the Netflix web-player
Dimensione del File 9.26 KB
Conteggio Installazioni 169
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-10-20
Data di Pubblicazione 2021-10-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore gmertes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gmertes/NflxIntroSkip
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxIntroSkip",
    "description": "Automatically skip intros in the Netflix web-player",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "NflxIntroSkip (Netflix Intro Skip)",
    "homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}