Netflix trailers

Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.

O que é Netflix trailers?

Netflix trailers é uma extensão do Chrome desenvolvida por Urucas, e sua principal característica é "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Netflix trailers

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

                        Watch your netflix movies or series trailers right in the Netflix webiste. With this extension, when the movie info pops up, know you'll see a "View Trailer" button, click it to directly watch a youtube trailer.                    

Informações Básicas da Extensão

Nome Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
URL Oficial https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
Descrição Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Tamanho do Arquivo 342 KB
Contagem de Instalações 287
Versão Atual 0.0.2
Última Atualização 2014-09-15
Data de Publicação 2014-09-15
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Urucas
Tipo de Pagamento free
Site da Extensão https://github.com/Urucas/netflix-trailers
URL da Página de Ajuda https://github.com/Urucas/netflix-trailers
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix trailers",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.",
    "homepage_url": "https:\/\/github.com\/Urucas\/netflix-trailers",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}