NetBinge

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

Was ist NetBinge?

NetBinge ist eine Chrome-Erweiterung, die von a.mccourt60 entwickelt wurde, und ihr Hauptmerkmal ist "Provide a few basic features to quality and ease of use for Netflix users.".

Erweiterungsscreenshots

screenshot
screenshot

NetBinge-Erweiterungs-CRX-Datei herunterladen

Laden Sie NetBinge-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NetBinge NetBinge
ID fenmecjhnjfobbcnllliikmcookmmpfm
Offizielle URL https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm
Beschreibung Provide a few basic features to quality and ease of use for Netflix users.
Dateigröße 3.36 MB
Installationsanzahl 20
Aktuelle Version 1.1
Letztes Update 2017-12-18
Veröffentlichungsdatum 2017-12-18
Entwickler a.mccourt60
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://amccourt.github.io/
Unterstützte Sprachen 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"
            ]
        }
    ]
}