Binge!

Automatically click 'Continue Watching' in Netflix

Cos'è Binge!?

Binge! è un'estensione di Chrome sviluppata da https://demille.github.io/binge, e la sua funzione principale è "Automatically click 'Continue Watching' in Netflix".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Binge!

Scarica i file di estensione Binge! 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

                        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                    

Informazioni di Base sull'Estensione

Nome Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
URL Ufficiale https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
Descrizione Automatically click 'Continue Watching' in Netflix
Dimensione del File 10.42 KB
Conteggio Installazioni 1,385
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-06-21
Data di Pubblicazione 2015-06-20
Valutazione 3.60/5 Totale 47 Valutazioni
Sviluppatore https://demille.github.io/binge
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}