Netflix Pause Removal
Remove the pause between netflix episodes
Vad är Netflix Pause Removal?
Netflix Pause Removal är en Chrome-tillägg utvecklad av Prescott Gallagher, och dess huvudfunktion är "Remove the pause between netflix episodes".
Tilläggsskärmbilder
Ladda ner Netflix Pause Removal-förlängningens CRX-fil
Ladda ner Netflix Pause Removal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
Officiell webbadress | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
Beskrivning | Remove the pause between netflix episodes |
Filstorlek | 11.93 KB |
Antal Installationer | 12,666 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2018-07-26 |
Publiceringsdatum | 2018-07-26 |
Betyg | 3.44/5 Totalt 185 Betyg |
Utvecklare | Prescott Gallagher |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |