Netflix Continue Watching

Moves the 'Continue Watching' section to the top of your Netflix page!

Wat is Netflix Continue Watching?

Netflix Continue Watching is een Chrome-extensie ontwikkeld door michaelcook.tech, en de belangrijkste functie is "Moves the 'Continue Watching' section to the top of your Netflix page!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Netflix Continue Watching

Download Netflix Continue Watching-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

                        Moves the 'Continue Watching' section to the top of your Netflix page!                    

Basisinformatie over de Extensie

Naam Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
Officiële URL https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Beschrijving Moves the 'Continue Watching' section to the top of your Netflix page!
Bestandsgrootte 133 KB
Aantal Installaties 890
Huidige Versie 1.0.4
Laatst Bijgewerkt 2016-10-06
Publicatiedatum 2016-10-06
Beoordeling 2.80/5 Totaal 10 Beoordelingen
Ontwikkelaar michaelcook.tech
Betalingswijze free
Extensiewebsite http://yays.co
Ondersteunde Talen en-GB
manifest.json
{
    "name": "Netflix Continue Watching",
    "version": "1.0.4",
    "description": "Moves the 'Continue Watching' section to the top of your Netflix page!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/browse"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}