Binge!

Automatically click 'Continue Watching' in Netflix

Co to jest Binge!?

Binge! to rozszerzenie Chrome opracowane przez https://demille.github.io/binge, a jego główną funkcją jest „Automatically click 'Continue Watching' in Netflix”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Binge!

Pobierz pliki rozszerzeń Binge! 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
Oficjalny URL https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
Opis Automatically click 'Continue Watching' in Netflix
Rozmiar pliku 10.42 KB
Liczba instalacji 1,385
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-06-21
Data Publikacji 2015-06-20
Ocena 3.60/5 Łącznie 47 Oceny
Deweloper https://demille.github.io/binge
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}