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
官方網址 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"
}