Nextflix

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

Nextflix là gì?

Nextflix là một tiện ích mở rộng Chrome được phát triển bởi https://www.ukadev.com, và tính năng chính của nó là "Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nextflix

Tải xuống các tệp mở rộng Nextflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
URL Chính Thức https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
Mô tả Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
Kích Thước Tệp 45.34 KB
Số Lần Cài Đặt 409
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2020-12-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.ukadev.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}