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

Simple Torrent Search [alpha] là một tiện ích mở rộng Chrome được phát triển bởi Wayferer, và tính năng chính của nó là "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".

Tải xuống tệp CRX của tiện ích mở rộng Simple Torrent Search [alpha]

Tải xuống các tệp mở rộng Simple Torrent Search [alpha] 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

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

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

Tên Simple Torrent Search [alpha] Simple Torrent Search [alpha]
ID gghhokjnjfniamhdfclmjfjokmgjkjlc
URL Chính Thức https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc
Mô tả A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2013-09-16
Ngày Phát Hành 2013-09-16
Nhà Phát Triển Wayferer
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}