Simple Torrent Search [alpha]

A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.

Simple Torrent Search [alpha]란 무엇입니까?

Simple Torrent Search [alpha]은(는) Wayferer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come."입니다.

Simple Torrent Search [alpha] 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple way to quickly search and start downloading Torrents. More to come.                    

확장 프로그램 기본 정보

이름 Simple Torrent Search [alpha] Simple Torrent Search [alpha]
ID gghhokjnjfniamhdfclmjfjokmgjkjlc
공식 URL https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc
설명 A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
파일 크기 152 KB
설치 횟수 77
현재 버전 0.0.14
최근 업데이트 2013-09-16
출시 날짜 2013-09-16
개발자 Wayferer
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Torrent Search [alpha]",
    "version": "0.0.14",
    "manifest_version": 2,
    "description": "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.",
    "homepage_url": "https:\/\/twitter.com\/wayferer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Simple Torrent Search",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "contentSettings",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/thepiratebay.sx\/*"
            ],
            "js": [
                "src\/inject\/jquery.min.js",
                "src\/inject\/tpb.js"
            ]
        }
    ]
}