Netflix Pause Removal

Remove the pause between netflix episodes

Cos'è Netflix Pause Removal?

Netflix Pause Removal è un'estensione di Chrome sviluppata da Prescott Gallagher, e la sua funzione principale è "Remove the pause between netflix episodes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix Pause Removal

Scarica i file di estensione Netflix Pause Removal 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

                        A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session.

It's free once again, if you feel like donating;
https://www.paypal.me/PrescottGallagher

Versions & Updates:
1.2.1 : Graphical Updates / Bugfixes
1.2.0 : Patched Netflix December 2017 Update
1.1.0 : Patched Netflix March 2016 Update
1.0.2 : Speed & Efficiency Increased
1.0.1 : Initial Release                    

Informazioni di Base sull'Estensione

Nome Netflix Pause Removal Netflix Pause Removal
ID mfekcpndbpdgjjfahekhncdfegkhbghg
URL Ufficiale https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg
Descrizione Remove the pause between netflix episodes
Dimensione del File 11.93 KB
Conteggio Installazioni 12,666
Versione Corrente 1.2.1
Ultimo Aggiornamento 2018-07-26
Data di Pubblicazione 2018-07-26
Valutazione 3.44/5 Totale 185 Valutazioni
Sviluppatore Prescott Gallagher
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Pause Removal",
    "version": "1.2.1",
    "author": "Prescott Gallagher",
    "description": "Remove the pause between netflix episodes",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "short_name": "Netflix PR",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}