Torrent Movie Trailers FAST

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

Vad är Torrent Movie Trailers FAST?

Torrent Movie Trailers FAST är en Chrome-tillägg utvecklad av guilhermereisrbm, och dess huvudfunktion är "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Torrent Movie Trailers FAST-förlängningens CRX-fil

Ladda ner Torrent Movie Trailers FAST-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Torrent Movie Trailers FAST Torrent Movie Trailers FAST
ID hbjbmikhhcdbjlokfaongblngonjengb
Officiell webbadress https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb
Beskrivning This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Filstorlek 328 KB
Antal Installationer 29
Aktuell Version 1.0
Senast Uppdaterad 2014-02-15
Publiceringsdatum 2014-02-15
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare guilhermereisrbm
Betalningssätt in_app
Stödda Språk 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"
    }
}