Netflix Auto Skip Intro
Automatically skip Netflix intros.
Wat is Netflix Auto Skip Intro?
Netflix Auto Skip Intro is een Chrome-extensie ontwikkeld door ljknight, en de belangrijkste functie is "Automatically skip Netflix intros.".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Auto Skip Intro
Download Netflix Auto Skip Intro-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
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.
Basisinformatie over de Extensie
Naam | Netflix Auto Skip Intro |
ID | nnpjokeejpliankbgnjbjlkaloppehoi |
Officiële URL | https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi |
Beschrijving | Automatically skip Netflix intros. |
Bestandsgrootte | 20.15 KB |
Aantal Installaties | 584 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2019-08-19 |
Publicatiedatum | 2019-08-18 |
Beoordeling | 2.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | ljknight |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |