Trailr

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

Trailr क्या है?

Trailr LTU Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trailr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Trailr Trailr
ID djckngmcfaagmlebedapffgigalknbkl
आधिकारिक URL https://chrome.google.com/webstore/detail/trailr/djckngmcfaagmlebedapffgigalknbkl
विवरण Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies
फ़ाइल का आकार 111 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2013-08-16
प्रकाशन तिथि 2013-08-16
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर LTU Technologies
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.ltutech.com
समर्थित भाषाएँ 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"
}