NflxIntroSkip (Netflix Intro Skip)
Automatically skip intros in the Netflix web-player
Wat is NflxIntroSkip (Netflix Intro Skip)?
NflxIntroSkip (Netflix Intro Skip) is een Chrome-extensie ontwikkeld door gmertes, en de belangrijkste functie is "Automatically skip intros in the Netflix web-player".
Extensie Screenshots
Download het CRX-bestand van de extensie NflxIntroSkip (Netflix Intro Skip)
Download NflxIntroSkip (Netflix Intro Skip)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | NflxIntroSkip (Netflix Intro Skip) |
ID | jiindpkmmoompocmhgnfabfhlhniolpl |
Officiële URL | https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl |
Beschrijving | Automatically skip intros in the Netflix web-player |
Bestandsgrootte | 9.26 KB |
Aantal Installaties | 169 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-10-20 |
Publicatiedatum | 2021-10-20 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | gmertes |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/gmertes/NflxIntroSkip |
Ondersteunde Talen | 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" } ] } |