NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

O que é NflxIntroSkip (Netflix Intro Skip)?

NflxIntroSkip (Netflix Intro Skip) é uma extensão do Chrome desenvolvida por gmertes, e sua principal característica é "Automatically skip intros in the Netflix web-player".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NflxIntroSkip (Netflix Intro Skip)

Baixe arquivos de extensão NflxIntroSkip (Netflix Intro Skip) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
URL Oficial https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
Descrição Automatically skip intros in the Netflix web-player
Tamanho do Arquivo 9.26 KB
Contagem de Instalações 169
Versão Atual 1.0.0
Última Atualização 2021-10-20
Data de Publicação 2021-10-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor gmertes
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/gmertes/NflxIntroSkip
Idiomas Suportados 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"
        }
    ]
}