Netflix Pause Removal
Remove the pause between netflix episodes
Co to jest Netflix Pause Removal?
Netflix Pause Removal to rozszerzenie Chrome opracowane przez Prescott Gallagher, a jego główną funkcją jest „Remove the pause between netflix episodes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix Pause Removal
Pobierz pliki rozszerzeń Netflix Pause Removal 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
Oficjalny URL | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
Opis | Remove the pause between netflix episodes |
Rozmiar pliku | 11.93 KB |
Liczba instalacji | 12,666 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2018-07-26 |
Data Publikacji | 2018-07-26 |
Ocena | 3.44/5 Łącznie 185 Oceny |
Deweloper | Prescott Gallagher |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |