Skipfast intro, recap, next and more
Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts.
Was ist Skipfast intro, recap, next and more?
Skipfast intro, recap, next and more ist eine Chrome-Erweiterung, die von Michaël Faurel entwickelt wurde, und ihr Hauptmerkmal ist "Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts.".
Erweiterungsscreenshots
Skipfast intro, recap, next and more-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skipfast intro, recap, next and more-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
Automatically skip Intro, Recaps and Next episode for Netflix, AppleTV, Prime Video and Disney plus prompts. IMPORTANT: you need to refresh the Netflix, AppleTV, Prime Video or Disney plus page only once after installing the extension. It's not dependent on language. You can check the code here : https://github.com/mfaurel/skipfast You can open an issue or send a pull request if you find any bug. If you want to buy me a coffee, here's my paypal : https://paypal.me/MichaelFaurel
Grundlegende Informationen zur Erweiterung
Name | Skipfast intro, recap, next and more |
ID | gjaffkjplmcnjonnmoagianaeacjfipj |
Offizielle URL | https://chromewebstore.google.com/detail/skipfast-intro-recap-next/gjaffkjplmcnjonnmoagianaeacjfipj |
Beschreibung | Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts. |
Dateigröße | 351 KB |
Installationsanzahl | 121 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2023-12-04 |
Veröffentlichungsdatum | 2022-03-13 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Michaël Faurel |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mfaurel/skipfast |
Hilfeseite URL | https://github.com/mfaurel/skipfast/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skipfast intro, recap, next and more", "description": "Automatically skip Netflix, Prime Video and Disney plus intros, recaps, and next episode prompts.", "author": "Micha\u00ebl Faurel", "version": "2.0.0", "manifest_version": 3, "icons": { "128": "src\/assets\/icon128x128_2.png" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content_script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "src\/popup.html" } } |