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 là gì?

Torrent Movie Trailers FAST là một tiện ích mở rộng Chrome được phát triển bởi guilhermereisrbm, và tính năng chính của nó là "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torrent Movie Trailers FAST

Tải xuống các tệp mở rộng Torrent Movie Trailers FAST dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Torrent Movie Trailers FAST Torrent Movie Trailers FAST
ID hbjbmikhhcdbjlokfaongblngonjengb
URL Chính Thức https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb
Mô tả This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Kích Thước Tệp 328 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-02-15
Ngày Phát Hành 2014-02-15
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển guilhermereisrbm
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}