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
Eメール [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
}