NflxIntroSkip (Netflix Intro Skip)
Automatically skip intros in the Netflix web-player
What is NflxIntroSkip (Netflix Intro Skip)?
NflxIntroSkip (Netflix Intro Skip) is a Chrome extension developed by gmertes, and its main feature is "Automatically skip intros in the Netflix web-player".
Extension Screenshots
Download NflxIntroSkip (Netflix Intro Skip) Extension CRX File
Download NflxIntroSkip (Netflix Intro Skip) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | NflxIntroSkip (Netflix Intro Skip) |
ID | jiindpkmmoompocmhgnfabfhlhniolpl |
Official URL | https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl |
Description | Automatically skip intros in the Netflix web-player |
File Size | 9.26 KB |
Installation Count | 169 |
Current Version | 1.0.0 |
Last Updated | 2021-10-20 |
Publish Date | 2021-10-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | gmertes |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gmertes/NflxIntroSkip |
Supported Languages | 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" } ] } |