Trailr

Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies

O que é Trailr?

Trailr é uma extensão do Chrome desenvolvida por LTU Technologies, e sua principal característica é "Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trailr

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

                        You are browsing the web and notice an interesting movie poster. You wonder:  Is the movie any good ? The best way to know is to watch the trailer. 
 
Trailr let's you do just that with a single right click on the image. If the poster is in our database a smooth overlay will display the video along with several other information about the movie (link to www.imdb.com, synopsis, ...).

Trailr is powered by LTU technologies' state-of-the-art image recognition technology.

Trailr is also available on Android: http://goo.gl/JzMEy

Bug/Feature request: [email protected]                    

Informações Básicas da Extensão

Nome Trailr Trailr
ID djckngmcfaagmlebedapffgigalknbkl
URL Oficial https://chrome.google.com/webstore/detail/trailr/djckngmcfaagmlebedapffgigalknbkl
Descrição Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies
Tamanho do Arquivo 111 KB
Contagem de Instalações 23
Versão Atual 1.0.3
Última Atualização 2013-08-16
Data de Publicação 2013-08-16
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor LTU Technologies
Tipo de Pagamento free
Site da Extensão http://www.ltutech.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trailr",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies",
    "icons": {
        "16": "img\/Trailr_16x16.png",
        "48": "img\/Trailr_48x48.png",
        "128": "img\/Trailr_128x128.png"
    },
    "permissions": [
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "fancybox\/lib\/jquery-1.8.2.min.js"
        ]
    },
    "web_accessible_resources": [
        "fancybox\/source\/fancybox_sprite.png",
        "fancybox\/source\/fancybox_overlay.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "fancybox\/lib\/jquery-1.8.2.min.js",
                "fancybox\/source\/jquery.fancybox.js",
                "trailr.js"
            ],
            "css": [
                "fancybox\/source\/jquery.fancybox.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com; object-src 'self' https:\/\/www.youtube.com"
}