Netflix Continue Watching

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

Hvad er Netflix Continue Watching?

Netflix Continue Watching er en Chrome-udvidelse udviklet af michaelcook.tech, og dens hovedfunktion er "Moves the 'Continue Watching' section to the top of your Netflix page!".

Udvidelsesskærmbilleder

screenshot

Download Netflix Continue Watching-udvidelses-CRX-fil

Download Netflix Continue Watching-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
Officiel URL https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Beskrivelse Moves the 'Continue Watching' section to the top of your Netflix page!
Filstørrelse 133 KB
Antal Installationer 890
Nuværende Version 1.0.4
Senest Opdateret 2016-10-06
Udgivelsesdato 2016-10-06
Bedømmelse 2.80/5 Samlet 10 Bedømmelser
Udvikler michaelcook.tech
Betalingsmetode free
Udvidelseswebsted http://yays.co
Understøttede Sprog 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"
}