Netflix Continue Playing Clicker

This extension clicks the Netflix "continue playing" Button automatically

Wat is Netflix Continue Playing Clicker?

Netflix Continue Playing Clicker is een Chrome-extensie ontwikkeld door limered, en de belangrijkste functie is "This extension clicks the Netflix "continue playing" Button automatically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Netflix Continue Playing Clicker

Download Netflix Continue Playing Clicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Netflix Continue Playing Clicker Netflix Continue Playing Clicker
ID klgocfagnjnpmjfmbdglcbjpchdbadhc
Officiële URL https://chrome.google.com/webstore/detail/netflix-continue-playing/klgocfagnjnpmjfmbdglcbjpchdbadhc
Beschrijving This extension clicks the Netflix "continue playing" Button automatically
Bestandsgrootte 7.21 KB
Aantal Installaties 299
Huidige Versie 1.0
Laatst Bijgewerkt 2016-02-18
Publicatiedatum 2016-02-18
Beoordeling 2.33/5 Totaal 9 Beoordelingen
Ontwikkelaar limered
Betalingswijze free
Ondersteunde Talen 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"
    ]
}