Torrent Movie Trailers FAST

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

什么是Torrent Movie Trailers FAST?

Torrent Movie Trailers FAST是由guilhermereisrbm开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.”。

扩展截图

screenshot
screenshot

下载Torrent Movie Trailers FAST扩展crx文件

下载Torrent Movie Trailers FAST扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Torrent Movie Trailers FAST Torrent Movie Trailers FAST
ID hbjbmikhhcdbjlokfaongblngonjengb
官方URL https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb
简介 This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
文件大小 328 KB
安装次数 29
当前版本 1.0
更新时间 2014-02-15
上架时间 2014-02-15
评分 3.33/5 共3次评分
开发者 guilhermereisrbm
付费类型 in_app
支持的语言 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"
    }
}