NetBinge

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

What is NetBinge?

NetBinge is a Chrome extension developed by a.mccourt60, and its main feature is "Provide a few basic features to quality and ease of use for Netflix users.".

Extension Screenshots

screenshot
screenshot

Download NetBinge Extension CRX File

Download NetBinge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NetBinge NetBinge
ID fenmecjhnjfobbcnllliikmcookmmpfm
Official URL https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm
Description Provide a few basic features to quality and ease of use for Netflix users.
File Size 3.36 MB
Installation Count 20
Current Version 1.1
Last Updated 2017-12-18
Publish Date 2017-12-18
Developer a.mccourt60
Email [email protected]
Payment Type free
Extension Website https://amccourt.github.io/
Supported Languages 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"
            ]
        }
    ]
}