Channels for Netflix

Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.

O que é Channels for Netflix?

Channels for Netflix é uma extensão do Chrome desenvolvida por Evan Francis, e sua principal característica é "Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Channels for Netflix

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

                        ** Just updated with new features! Now you can set a channel to play its episodes in order or shuffled. **

Channels for Netflix allows you to create your own "channels" on Netflix. Playing a "channel" enables you to watch episodes from more than one TV show back-to-back.

Simply right-click on a TV show's tile image to bring up a menu for My Channels, and choose a channel to save it to. Create a channel by clicking the "+Manage" button in the My Channels menu.

** Disclaimer**
This extension is in no way affiliated with Netflix. Only guaranteed to work in US region.                    

Informações Básicas da Extensão

Nome Channels for Netflix Channels for Netflix
ID ikfbeibdgkppafgfgegkelkjnadflifa
URL Oficial https://chromewebstore.google.com/detail/channels-for-netflix/ikfbeibdgkppafgfgegkelkjnadflifa
Descrição Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back.
Tamanho do Arquivo 128 KB
Contagem de Instalações 150
Versão Atual 0.7.1
Última Atualização 2015-10-05
Data de Publicação 2015-10-05
Classificação 3.18/5 Total de 17 Avaliações
Desenvolvedor Evan Francis
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Channels for Netflix",
    "short_name": "Channels for Netflix",
    "version": "0.7.1",
    "description": "Add TV shows on Netflix to channels that you create and manage, enabling you to watch episodes from multiple TV shows back-to-back. ",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "http:\/\/www.netflix.com\/watch\/*",
                "https:\/\/www.netflix.com\/watch\/*",
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.contextMenu.js",
                "contentscript.js"
            ],
            "css": [
                "jquery.contextMenu.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}