NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

Hvad er NflxIntroSkip (Netflix Intro Skip)?

NflxIntroSkip (Netflix Intro Skip) er en Chrome-udvidelse udviklet af gmertes, og dens hovedfunktion er "Automatically skip intros in the Netflix web-player".

Udvidelsesskærmbilleder

screenshot

Download NflxIntroSkip (Netflix Intro Skip)-udvidelses-CRX-fil

Download NflxIntroSkip (Netflix Intro Skip)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
Officiel URL https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
Beskrivelse Automatically skip intros in the Netflix web-player
Filstørrelse 9.26 KB
Antal Installationer 169
Nuværende Version 1.0.0
Senest Opdateret 2021-10-20
Udgivelsesdato 2021-10-20
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler gmertes
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/gmertes/NflxIntroSkip
Understøttede Sprog 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"
        }
    ]
}