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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}