Autoskip Netflix Intro
Skip the intro's on netflix
Co je Autoskip Netflix Intro?
Autoskip Netflix Intro je rozšíření Chrome vyvinuté Lukas Demeyere, a jeho hlavní funkcí je „Skip the intro's on netflix“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Autoskip Netflix Intro
Stáhněte si soubory rozšíření Autoskip Netflix Intro ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. ---
Základní Informace o Rozšíření
Název | Autoskip Netflix Intro |
ID | olljgnejdhpmoolooihgcdoannkfodji |
Oficiální URL | https://chromewebstore.google.com/detail/autoskip-netflix-intro/olljgnejdhpmoolooihgcdoannkfodji |
Popis | Skip the intro's on netflix |
Velikost souboru | 463 KB |
Počet instalací | 158 |
Aktuální Verze | 0.0.5 |
Poslední Aktualizace | 2023-04-13 |
Datum Vydání | 2020-06-10 |
Hodnocení | 2.78/5 Celkem 9 Hodnocení |
Vývojář | Lukas Demeyere |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |