NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

Co je NflxIntroSkip (Netflix Intro Skip)?

NflxIntroSkip (Netflix Intro Skip) je rozšíření Chrome vyvinuté gmertes, a jeho hlavní funkcí je „Automatically skip intros in the Netflix web-player“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NflxIntroSkip (Netflix Intro Skip)

Stáhněte si soubory rozšíření NflxIntroSkip (Netflix Intro Skip) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
Oficiální URL https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
Popis Automatically skip intros in the Netflix web-player
Velikost souboru 9.26 KB
Počet instalací 169
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-10-20
Datum Vydání 2021-10-20
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář gmertes
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/gmertes/NflxIntroSkip
Podporované Jazyky 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"
        }
    ]
}