AllDayNetflix

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

What is AllDayNetflix?

AllDayNetflix is a Chrome extension developed by Matthew, and its main feature is "This extension removes popup dialog on netflix asking to continue watching.".

Extension Screenshots

screenshot

Download AllDayNetflix Extension CRX File

Download AllDayNetflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name AllDayNetflix AllDayNetflix
ID hlbbnidhchhkemeieppchepgbnelggdk
Official URL https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk
Description This extension removes popup dialog on netflix asking to continue watching.
File Size 49.2 KB
Installation Count 305
Current Version 1.0
Last Updated 2015-11-10
Publish Date 2015-11-10
Rating 4.00/5 Total 4 Ratings
Developer Matthew
Payment Type free
Extension Website http://www.matthewlewis.ca
Supported Languages 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"
}