Netflix Auto Skip Intro
Automatically skip Netflix intros.
Qu'est-ce que Netflix Auto Skip Intro ?
Netflix Auto Skip Intro est une extension Chrome développée par ljknight, et sa fonction principale est "Automatically skip Netflix intros.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix Auto Skip Intro
Téléchargez les fichiers d'extension Netflix Auto Skip Intro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Netflix Auto Skip Intro |
ID | nnpjokeejpliankbgnjbjlkaloppehoi |
URL Officiel | https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi |
Description | Automatically skip Netflix intros. |
Taille du Fichier | 20.15 KB |
Nombre d'Installations | 584 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-08-19 |
Date de Publication | 2019-08-18 |
Évaluation | 2.29/5 Total 7 Évaluations |
Développeur | ljknight |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |