NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

什么是NflxIntroSkip (Netflix Intro Skip)?

NflxIntroSkip (Netflix Intro Skip)是由gmertes开发的Chrome扩展程序,该扩展的主要功能是“Automatically skip intros in the Netflix web-player”。

扩展截图

screenshot

下载NflxIntroSkip (Netflix Intro Skip)扩展crx文件

下载NflxIntroSkip (Netflix Intro Skip)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
官方URL https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
简介 Automatically skip intros in the Netflix web-player
文件大小 9.26 KB
安装次数 169
当前版本 1.0.0
更新时间 2021-10-20
上架时间 2021-10-20
评分 5.00/5 共4次评分
开发者 gmertes
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/gmertes/NflxIntroSkip
支持的语言 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"
        }
    ]
}