Autoskip Netflix Intro

Skip the intro's on netflix

什么是Autoskip Netflix Intro?

Autoskip Netflix Intro是由Lukas Demeyere开发的Chrome扩展程序,该扩展的主要功能是“Skip the intro's on netflix”。

扩展截图

screenshot

下载Autoskip Netflix Intro扩展crx文件

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

扩展使用说明

                        Binging your favourite show and getting tired of clicking the button to skip the intro of your Netflix episode? This extension does this automatically for you. You can easy enable/disable this feature.

Skip to Next Episode

 --- You need to refresh your Netflix tab so the extension is loaded and can skip the intro automatically. ---                    

扩展基本信息

名称 Autoskip Netflix Intro Autoskip Netflix Intro
ID olljgnejdhpmoolooihgcdoannkfodji
官方URL https://chromewebstore.google.com/detail/autoskip-netflix-intro/olljgnejdhpmoolooihgcdoannkfodji
简介 Skip the intro's on netflix
文件大小 463 KB
安装次数 158
当前版本 0.0.5
更新时间 2023-04-13
上架时间 2020-06-10
评分 2.78/5 共9次评分
开发者 Lukas Demeyere
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip Netflix Intro",
    "version": "0.0.5",
    "manifest_version": 3,
    "description": "Skip the intro's on netflix",
    "icons": {
        "16": "icons\/netskips16.png",
        "48": "icons\/netskips48.png",
        "128": "icons\/netskips128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start skipping"
    },
    "permissions": [
        "storage"
    ]
}