NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

¿Qué es NflxIntroSkip (Netflix Intro Skip)?

NflxIntroSkip (Netflix Intro Skip) es una extensión de Chrome desarrollada por gmertes, y su función principal es "Automatically skip intros in the Netflix web-player".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NflxIntroSkip (Netflix Intro Skip)

Descarga archivos de extensión NflxIntroSkip (Netflix Intro Skip) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
URL Oficial https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
Descripción Automatically skip intros in the Netflix web-player
Tamaño del Archivo 9.26 KB
Cantidad de Instalaciones 169
Versión Actual 1.0.0
Última Actualización 2021-10-20
Fecha de Publicación 2021-10-20
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador gmertes
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/gmertes/NflxIntroSkip
Idiomas Soportados 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"
        }
    ]
}