AllDayNetflix

This extension removes popup dialog on netflix asking to continue watching.

Co to jest AllDayNetflix?

AllDayNetflix to rozszerzenie Chrome opracowane przez Matthew, a jego główną funkcją jest „This extension removes popup dialog on netflix asking to continue watching.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AllDayNetflix

Pobierz pliki rozszerzeń AllDayNetflix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption.

Instructions:
1) Add extension to Chrome via "Chrome Web Store"
2) Restart the browser (close all windows and tabs)
3) Watch netflix and enjoy!                    

Podstawowe informacje o rozszerzeniu

Nazwa AllDayNetflix AllDayNetflix
ID hlbbnidhchhkemeieppchepgbnelggdk
Oficjalny URL https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk
Opis This extension removes popup dialog on netflix asking to continue watching.
Rozmiar pliku 49.2 KB
Liczba instalacji 305
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-10
Data Publikacji 2015-11-10
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Matthew
Typ Płatności free
Strona Rozszerzenia http://www.matthewlewis.ca
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "netflix.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*",
                "http:\/\/*.netflix.ca\/*",
                "https:\/\/*.netflix.ca\/*"
            ]
        }
    ],
    "author": "Matthew Lewis",
    "description": "This extension removes popup dialog on netflix asking to continue watching.",
    "manifest_version": 2,
    "name": "AllDayNetflix",
    "version": "1.0"
}