Autoskip Netflix Intro
Skip the intro's on netflix
Qu'est-ce que Autoskip Netflix Intro ?
Autoskip Netflix Intro est une extension Chrome développée par Lukas Demeyere, et sa fonction principale est "Skip the intro's on netflix".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Autoskip Netflix Intro
Téléchargez les fichiers d'extension Autoskip Netflix 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
Binging your favourite show and getting tired of clicking the button to skip the intro of your Netflix episode? This extension does this automatically for you. You can easy enable/disable this feature. Skip to Next Episode --- You need to refresh your Netflix tab so the extension is loaded and can skip the intro automatically. ---
Informations de Base sur l'Extension
Nom | Autoskip Netflix Intro |
ID | olljgnejdhpmoolooihgcdoannkfodji |
URL Officiel | https://chromewebstore.google.com/detail/autoskip-netflix-intro/olljgnejdhpmoolooihgcdoannkfodji |
Description | Skip the intro's on netflix |
Taille du Fichier | 463 KB |
Nombre d'Installations | 158 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2023-04-13 |
Date de Publication | 2020-06-10 |
Évaluation | 2.78/5 Total 9 Évaluations |
Développeur | Lukas Demeyere |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip Netflix Intro", "version": "0.0.5", "manifest_version": 3, "description": "Skip the intro's on netflix", "icons": { "16": "icons\/netskips16.png", "48": "icons\/netskips48.png", "128": "icons\/netskips128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_title": "Start skipping" }, "permissions": [ "storage" ] } |