Netflix Auto Skip Intro
Automatically skip Netflix intros.
什么是Netflix Auto Skip Intro?
Netflix Auto Skip Intro是由ljknight开发的Chrome扩展程序,该扩展的主要功能是“Automatically skip Netflix intros.”。
扩展截图
下载Netflix Auto Skip Intro扩展crx文件
下载Netflix Auto Skip Intro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you think you'll go crazy if you hear the Orange is the New Black intro song another time? Me too. Use this plugin to automatically skip Netflix intros so you don't have to lift a finger during your next binge sesh. New feature: automatically goes to next episode during credits countdown.
扩展基本信息
名称 | Netflix Auto Skip Intro |
ID | nnpjokeejpliankbgnjbjlkaloppehoi |
官方URL | https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi |
简介 | Automatically skip Netflix intros. |
文件大小 | 20.15 KB |
安装次数 | 584 |
当前版本 | 1.4 |
更新时间 | 2019-08-19 |
上架时间 | 2019-08-18 |
评分 | 2.29/5 共7次评分 |
开发者 | ljknight |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Auto Skip Intro", "author": "Laura Knight", "version": "1.4", "description": "Automatically skip Netflix intros.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |