Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Skipper: skip intros, recaps & more", "description": "Automatically skip intros, recaps, 'Are you still watching?' and next episode on Netflix", "version": "1.2.6", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.netflix.co.uk\/*", "*:\/\/*.netflix.ar\/*", "*:\/\/*.netflix.au\/*", "*:\/\/*.netflix.br\/*", "*:\/\/*.netflix.ca\/*", "*:\/\/*.netflix.fr\/*", "*:\/\/*.netflix.de\/*", "*:\/\/*.netflix.cz\/*", "*:\/\/*.netflix.hk\/*", "*:\/\/*.netflix.in\/*", "*:\/\/*.netflix.jp\/*", "*:\/\/*.netflix.lt\/*", "*:\/\/*.netflix.no\/*", "*:\/\/*.netflix.nl\/*", "*:\/\/*.netflix.pl\/*", "*:\/\/*.netflix.ru\/*", "*:\/\/*.netflix.sg\/*", "*:\/\/*.netflix.sk\/*", "*:\/\/*.netflix.es\/*" ], "action": { "default_popup": "popup.html", "default_icon": "Netflix71Skipper.png" }, "content_scripts": [ { "js": [ "options.js", "engine.js" ], "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.netflix.co.uk\/*", "*:\/\/*.netflix.ar\/*", "*:\/\/*.netflix.au\/*", "*:\/\/*.netflix.br\/*", "*:\/\/*.netflix.ca\/*", "*:\/\/*.netflix.fr\/*", "*:\/\/*.netflix.de\/*", "*:\/\/*.netflix.cz\/*", "*:\/\/*.netflix.hk\/*", "*:\/\/*.netflix.in\/*", "*:\/\/*.netflix.jp\/*", "*:\/\/*.netflix.lt\/*", "*:\/\/*.netflix.no\/*", "*:\/\/*.netflix.nl\/*", "*:\/\/*.netflix.pl\/*", "*:\/\/*.netflix.ru\/*", "*:\/\/*.netflix.sg\/*", "*:\/\/*.netflix.sk\/*", "*:\/\/*.netflix.es\/*" ] } ], "icons": { "36": "Netflix36Skipper.png", "71": "Netflix71Skipper.png" }, "background": { "service_worker": "background.js" } }