Netflix Auto Skip
Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…
什么是Netflix Auto Skip?
Netflix Auto Skip是由Short Tail开发的Chrome扩展程序,该扩展的主要功能是“Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…”。
扩展截图
下载Netflix Auto Skip扩展crx文件
下载Netflix Auto Skip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on your couch wishing for that "Next Episode" countdown to just hit 0? Well me too, and here's the solution! This simple extension automatically skips intros and outros. No more waiting for those pesky 15 second countdowns to be over. This extension will help you truly reach the pinnacle of laziness.
扩展基本信息
名称 | Netflix Auto Skip |
ID | hmhgfkoeogiaopknabgfochofnnijnnn |
官方URL | https://chromewebstore.google.com/detail/netflix-auto-skip/hmhgfkoeogiaopknabgfochofnnijnnn |
简介 | Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on… |
文件大小 | 5.81 KB |
安装次数 | 1,239 |
当前版本 | 1.0.2 |
更新时间 | 2018-09-03 |
上架时间 | 2018-09-03 |
评分 | 2.50/5 共10次评分 |
开发者 | Short Tail |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Auto Skip", "short_name": "Auto Skip", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_title": "Netflix", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ], "run_at": "document_start" } ] } |