Netflix Continue Playing Clicker

This extension clicks the Netflix "continue playing" Button automatically

What is Netflix Continue Playing Clicker?

Netflix Continue Playing Clicker is a Chrome extension developed by limered, and its main feature is "This extension clicks the Netflix "continue playing" Button automatically".

Extension Screenshots

screenshot

Download Netflix Continue Playing Clicker Extension CRX File

Download Netflix Continue Playing Clicker 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

                        No more leaving your couch only to click a button during your netflix and chill session.
This extension clicks the Netflix "continue playing" Button automatically.

If you planing on falling asleep or something else ;) you can always turn it off using the button in the taskbar.

Have Fun                    

Extension Basic Information

Name Netflix Continue Playing Clicker Netflix Continue Playing Clicker
ID klgocfagnjnpmjfmbdglcbjpchdbadhc
Official URL https://chrome.google.com/webstore/detail/netflix-continue-playing/klgocfagnjnpmjfmbdglcbjpchdbadhc
Description This extension clicks the Netflix "continue playing" Button automatically
File Size 7.21 KB
Installation Count 299
Current Version 1.0
Last Updated 2016-02-18
Publish Date 2016-02-18
Rating 2.33/5 Total 9 Ratings
Developer limered
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Continue Playing Clicker",
    "description": "This extension clicks the Netflix \"continue playing\" Button automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background_script.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Netflix Clicker",
        "default_popup": "pageaction\/pageaction_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}