NflxIntroSkip (Netflix Intro Skip)
Automatically skip intros in the Netflix web-player
Vad är NflxIntroSkip (Netflix Intro Skip)?
NflxIntroSkip (Netflix Intro Skip) är en Chrome-tillägg utvecklad av gmertes, och dess huvudfunktion är "Automatically skip intros in the Netflix web-player".
Tilläggsskärmbilder
Ladda ner NflxIntroSkip (Netflix Intro Skip)-förlängningens CRX-fil
Ladda ner NflxIntroSkip (Netflix Intro Skip)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix. -The best at what it does: automatically click on the Skip Intro button in Netflix -Install and forget, there's no configuration -Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function -No analytics -Free and open source
Grundläggande Information om Tillägg
Namn | NflxIntroSkip (Netflix Intro Skip) |
ID | jiindpkmmoompocmhgnfabfhlhniolpl |
Officiell webbadress | https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl |
Beskrivning | Automatically skip intros in the Netflix web-player |
Filstorlek | 9.26 KB |
Antal Installationer | 169 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-10-20 |
Publiceringsdatum | 2021-10-20 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | gmertes |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/gmertes/NflxIntroSkip |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NflxIntroSkip", "description": "Automatically skip intros in the Netflix web-player", "version": "1.0.0", "manifest_version": 2, "name": "NflxIntroSkip (Netflix Intro Skip)", "homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "content.min.js" ], "run_at": "document_start" } ] } |