Trailr
Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies
Cos'è Trailr?
Trailr è un'estensione di Chrome sviluppata da LTU Technologies, e la sua funzione principale è "Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trailr
Scarica i file di estensione Trailr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | |
ID | djckngmcfaagmlebedapffgigalknbkl |
URL Ufficiale | https://chrome.google.com/webstore/detail/trailr/djckngmcfaagmlebedapffgigalknbkl |
Descrizione | Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies |
Dimensione del File | 111 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2013-08-16 |
Data di Pubblicazione | 2013-08-16 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | LTU Technologies |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.ltutech.com |
Lingue Supportate | 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" } |