Netflix Continue Watching

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

Cos'è Netflix Continue Watching?

Netflix Continue Watching è un'estensione di Chrome sviluppata da michaelcook.tech, e la sua funzione principale è "Moves the 'Continue Watching' section to the top of your Netflix page!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix Continue Watching

Scarica i file di estensione Netflix Continue Watching in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
URL Ufficiale https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Descrizione Moves the 'Continue Watching' section to the top of your Netflix page!
Dimensione del File 133 KB
Conteggio Installazioni 890
Versione Corrente 1.0.4
Ultimo Aggiornamento 2016-10-06
Data di Pubblicazione 2016-10-06
Valutazione 2.80/5 Totale 10 Valutazioni
Sviluppatore michaelcook.tech
Tipo di Pagamento free
Sito Web dell'Estensione http://yays.co
Lingue Supportate 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"
}