Binge!

Automatically click 'Continue Watching' in Netflix

Wat is Binge!?

Binge! is een Chrome-extensie ontwikkeld door https://demille.github.io/binge, en de belangrijkste functie is "Automatically click 'Continue Watching' in Netflix".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Binge!

Download Binge!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tired of Netflix asking every few episodes if you are still watching? Annoyed by the interruptions three minutes into an episode? Add this extension and stop being bothered.

If you start noticing any issues, submit an issue on the support tab so it can be fixed :)

CHANGELOG:

1.0.2 - Fix for Netflix's new site design                    

Basisinformatie over de Extensie

Naam Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
Officiële URL https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
Beschrijving Automatically click 'Continue Watching' in Netflix
Bestandsgrootte 10.42 KB
Aantal Installaties 1,385
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-06-21
Publicatiedatum 2015-06-20
Beoordeling 3.60/5 Totaal 47 Beoordelingen
Ontwikkelaar https://demille.github.io/binge
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binge!",
    "description": "Automatically click 'Continue Watching' in Netflix",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "arrive-2.0.0.min.js",
                "clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}