NetBinge

Provide a few basic features to quality and ease of use for Netflix users.

什麼是NetBinge?

NetBinge是由a.mccourt60開發的Chrome擴展程式,該擴展的主要功能是“Provide a few basic features to quality and ease of use for Netflix users.”。

擴展截圖

screenshot
screenshot

下載NetBinge擴展crx文件

下載NetBinge擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension provides basic features to improve the Netflix viewer experience.

Skip intro sequence and opening credits of supported shows without pressing the "skip" button!

Remove the annoying "Are You Still Watching" notification to keep your binge watch pause free!

Blur episode synopses to keep your viewership spoiler-free.

All features are toggle able through our easy to use pop-up menu.  Settings are synced across all of your google devices.                    

擴展基本資訊

名稱 NetBinge NetBinge
ID fenmecjhnjfobbcnllliikmcookmmpfm
官方網址 https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm
簡介 Provide a few basic features to quality and ease of use for Netflix users.
檔案大小 3.36 MB
安裝次數 20
目前版本 1.1
更新時間 2017-12-18
上架時間 2017-12-18
開發者 a.mccourt60
電子郵箱 [email protected]
付費類型 free
擴展官網 https://amccourt.github.io/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetBinge",
    "description": "Provide a few basic features to quality and ease of use for Netflix users.",
    "version": "1.1",
    "icons": {
        "48": "img\/48icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "NetBinge",
        "default_popup": "popout.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content-script.js"
            ]
        }
    ]
}