NetBinge

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

Cos'è NetBinge?

NetBinge è un'estensione di Chrome sviluppata da a.mccourt60, e la sua funzione principale è "Provide a few basic features to quality and ease of use for Netflix users.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NetBinge

Scarica i file di estensione NetBinge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NetBinge NetBinge
ID fenmecjhnjfobbcnllliikmcookmmpfm
URL Ufficiale https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm
Descrizione Provide a few basic features to quality and ease of use for Netflix users.
Dimensione del File 3.36 MB
Conteggio Installazioni 20
Versione Corrente 1.1
Ultimo Aggiornamento 2017-12-18
Data di Pubblicazione 2017-12-18
Sviluppatore a.mccourt60
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://amccourt.github.io/
Lingue Supportate 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"
            ]
        }
    ]
}