NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

Qu'est-ce que NflxIntroSkip (Netflix Intro Skip) ?

NflxIntroSkip (Netflix Intro Skip) est une extension Chrome développée par gmertes, et sa fonction principale est "Automatically skip intros in the Netflix web-player".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NflxIntroSkip (Netflix Intro Skip)

Téléchargez les fichiers d'extension NflxIntroSkip (Netflix Intro Skip) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
URL Officiel https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
Description Automatically skip intros in the Netflix web-player
Taille du Fichier 9.26 KB
Nombre d'Installations 169
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-10-20
Date de Publication 2021-10-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur gmertes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gmertes/NflxIntroSkip
Langues Prises en Charge 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"
        }
    ]
}