Netflix Continue Watching

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

O que é Netflix Continue Watching?

Netflix Continue Watching é uma extensão do Chrome desenvolvida por michaelcook.tech, e sua principal característica é "Moves the 'Continue Watching' section to the top of your Netflix page!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Netflix Continue Watching

Baixe arquivos de extensão Netflix Continue Watching no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
URL Oficial https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Descrição Moves the 'Continue Watching' section to the top of your Netflix page!
Tamanho do Arquivo 133 KB
Contagem de Instalações 890
Versão Atual 1.0.4
Última Atualização 2016-10-06
Data de Publicação 2016-10-06
Classificação 2.80/5 Total de 10 Avaliações
Desenvolvedor michaelcook.tech
Tipo de Pagamento free
Site da Extensão http://yays.co
Idiomas Suportados 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"
}