Nextflix

Nextflix

Nextflixとは何ですか?

NextflixはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Nextflix」です。

拡張機能のスクリーンショット

screenshot

Nextflix拡張機能のCRXファイルをダウンロード

Nextflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today!

Features:
- Automatically skips intro
- Automatically pushes next episode button
- Automatically mutes trailers                    

拡張機能の基本情報

名前 Nextflix Nextflix
ID mcndceabmckinmjkabmmiokcoacghpjj
公式URL https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj
説明 Nextflix
ファイルサイズ 420 KB
インストール数 204
現在のバージョン 1.3
最終更新日 2017-12-13
公開日 2017-12-12
評価 3.67/5 合計 9 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nextflix",
    "description": "Nextflix",
    "version": "1.3",
    "icons": {
        "128": "nextflix_transparent.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}