Netflix Auto Skip
Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…
Was ist Netflix Auto Skip?
Netflix Auto Skip ist eine Chrome-Erweiterung, die von Short Tail entwickelt wurde, und ihr Hauptmerkmal ist "Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…".
Erweiterungsscreenshots
Netflix Auto Skip-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netflix Auto 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
Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on your couch wishing for that "Next Episode" countdown to just hit 0? Well me too, and here's the solution! This simple extension automatically skips intros and outros. No more waiting for those pesky 15 second countdowns to be over. This extension will help you truly reach the pinnacle of laziness.
Grundlegende Informationen zur Erweiterung
Name | Netflix Auto Skip |
ID | hmhgfkoeogiaopknabgfochofnnijnnn |
Offizielle URL | https://chromewebstore.google.com/detail/netflix-auto-skip/hmhgfkoeogiaopknabgfochofnnijnnn |
Beschreibung | Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on… |
Dateigröße | 5.81 KB |
Installationsanzahl | 1,239 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-09-03 |
Veröffentlichungsdatum | 2018-09-03 |
Bewertung | 2.50/5 Insgesamt 10 Bewertungen |
Entwickler | Short Tail |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Auto Skip", "short_name": "Auto Skip", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_title": "Netflix", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ], "run_at": "document_start" } ] } |