NetBinge

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

Vad är NetBinge?

NetBinge är en Chrome-tillägg utvecklad av a.mccourt60, och dess huvudfunktion är "Provide a few basic features to quality and ease of use for Netflix users.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner NetBinge-förlängningens CRX-fil

Ladda ner NetBinge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NetBinge NetBinge
ID fenmecjhnjfobbcnllliikmcookmmpfm
Officiell webbadress https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm
Beskrivning Provide a few basic features to quality and ease of use for Netflix users.
Filstorlek 3.36 MB
Antal Installationer 20
Aktuell Version 1.1
Senast Uppdaterad 2017-12-18
Publiceringsdatum 2017-12-18
Utvecklare a.mccourt60
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://amccourt.github.io/
Stödda Språk 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"
            ]
        }
    ]
}