Torrent Movie Trailers FAST

This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.

Hvad er Torrent Movie Trailers FAST?

Torrent Movie Trailers FAST er en Chrome-udvidelse udviklet af guilhermereisrbm, og dens hovedfunktion er "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Torrent Movie Trailers FAST-udvidelses-CRX-fil

Download Torrent Movie Trailers FAST-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.                    

Grundlæggende oplysninger om udvidelsen

Navn Torrent Movie Trailers FAST Torrent Movie Trailers FAST
ID hbjbmikhhcdbjlokfaongblngonjengb
Officiel URL https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb
Beskrivelse This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Filstørrelse 328 KB
Antal Installationer 29
Nuværende Version 1.0
Senest Opdateret 2014-02-15
Udgivelsesdato 2014-02-15
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler guilhermereisrbm
Betalingsmetode in_app
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torrent Movie Trailers FAST",
    "description": "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.",
    "version": "1.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "search.png",
        "48": "search.png",
        "128": "search.png"
    },
    "browser_action": {
        "default_icon": "search.png",
        "default_popup": "popup.html"
    }
}