Torrent Movie Trailers FAST

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

Cos'è Torrent Movie Trailers FAST?

Torrent Movie Trailers FAST è un'estensione di Chrome sviluppata da guilhermereisrbm, e la sua funzione principale è "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Torrent Movie Trailers FAST

Scarica i file di estensione Torrent Movie Trailers FAST 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

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

Informazioni di Base sull'Estensione

Nome Torrent Movie Trailers FAST Torrent Movie Trailers FAST
ID hbjbmikhhcdbjlokfaongblngonjengb
URL Ufficiale https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb
Descrizione This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Dimensione del File 328 KB
Conteggio Installazioni 29
Versione Corrente 1.0
Ultimo Aggiornamento 2014-02-15
Data di Pubblicazione 2014-02-15
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore guilhermereisrbm
Tipo di Pagamento in_app
Lingue Supportate 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"
    }
}