Nextflix

Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.

什么是Nextflix?

Nextflix是由https://www.ukadev.com开发的Chrome扩展程序,该扩展的主要功能是“Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.”。

扩展截图

screenshot

下载Nextflix扩展crx文件

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

扩展使用说明

                        The easiest way to do it. This extension simulates a click on the "next episode" button via keyboard shortcut.                    

扩展基本信息

名称 Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
官方URL https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
简介 Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
文件大小 45.34 KB
安装次数 409
当前版本 1.2
更新时间 2023-12-04
上架时间 2020-12-26
评分 5.00/5 共1次评分
开发者 https://www.ukadev.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nextflix",
    "author": "Diego Pazos ",
    "version": "1.2",
    "description": "Creates a simple shortcut to play the next netflix episode available. Just click \"N\" to go to the next one.",
    "icons": {
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "manifest_version": 3
}