Netflix Resume

Adds netflix.com/resume and redirects netflix.com/browse

O que é Netflix Resume?

Netflix Resume é uma extensão do Chrome desenvolvida por Thomas Soria, e sua principal característica é "Adds netflix.com/resume and redirects netflix.com/browse".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Netflix Resume

Baixe arquivos de extensão Netflix Resume 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

                        This extension allows you to automatically resume playback of your latest show by going to:
https://www.netflix.com/resume

This will also redirect Netflix's home page to the title card of your latest show. Not only will this load faster than the default page, but it also guarantees that your "continue watching" selection is on top.

Note: After adding this extension, you must start watching at least one show before these changes can take effect.

The source-code for this extension can be found here: https://github.com/soriat/NetflixResume                    

Informações Básicas da Extensão

Nome Netflix Resume Netflix Resume
ID hbpellkaahhklhiiapfchhnhiboeojma
URL Oficial https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma
Descrição Adds netflix.com/resume and redirects netflix.com/browse
Tamanho do Arquivo 129 KB
Contagem de Instalações 306
Versão Atual 1.5
Última Atualização 2017-02-13
Data de Publicação 2017-02-12
Desenvolvedor Thomas Soria
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "manifest_version": 2,
    "name": "Netflix Resume",
    "short_name": "Netflix Resume",
    "author": "Thomas Soria",
    "description": "Adds netflix.com\/resume and redirects netflix.com\/browse",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.netflix.com\/*"
    ]
}