NflxIntroSkip (Netflix Intro Skip)
Automatically skip intros in the Netflix web-player
Was ist NflxIntroSkip (Netflix Intro Skip)?
NflxIntroSkip (Netflix Intro Skip) ist eine Chrome-Erweiterung, die von gmertes entwickelt wurde, und ihr Hauptmerkmal ist "Automatically skip intros in the Netflix web-player".
Erweiterungsscreenshots
NflxIntroSkip (Netflix Intro Skip)-Erweiterungs-CRX-Datei herunterladen
Laden Sie NflxIntroSkip (Netflix Intro Skip)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jiindpkmmoompocmhgnfabfhlhniolpl |
| Offizielle URL | https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl |
| Beschreibung | Automatically skip intros in the Netflix web-player |
| Dateigröße | 9.26 KB |
| Installationsanzahl | 169 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-10-20 |
| Veröffentlichungsdatum | 2021-10-20 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | gmertes |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/gmertes/NflxIntroSkip |
| Unterstützte Sprachen | 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"
}
]
} | |