Netflix Auto Skip Intro
Automatically skip Netflix intros.
Was ist Netflix Auto Skip Intro?
Netflix Auto Skip Intro ist eine Chrome-Erweiterung, die von ljknight entwickelt wurde, und ihr Hauptmerkmal ist "Automatically skip Netflix intros.".
Erweiterungsscreenshots
Netflix Auto Skip Intro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netflix Auto Skip Intro-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
Do you think you'll go crazy if you hear the Orange is the New Black intro song another time? Me too. Use this plugin to automatically skip Netflix intros so you don't have to lift a finger during your next binge sesh. New feature: automatically goes to next episode during credits countdown.
Grundlegende Informationen zur Erweiterung
Name | Netflix Auto Skip Intro |
ID | nnpjokeejpliankbgnjbjlkaloppehoi |
Offizielle URL | https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi |
Beschreibung | Automatically skip Netflix intros. |
Dateigröße | 20.15 KB |
Installationsanzahl | 584 |
Aktuelle Version | 1.4 |
Letztes Update | 2019-08-19 |
Veröffentlichungsdatum | 2019-08-18 |
Bewertung | 2.29/5 Insgesamt 7 Bewertungen |
Entwickler | ljknight |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Auto Skip Intro", "author": "Laura Knight", "version": "1.4", "description": "Automatically skip Netflix intros.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |