Simple Torrent Search [alpha]

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

What is Simple Torrent Search [alpha]?

Simple Torrent Search [alpha] is a Chrome extension developed by Wayferer, and its main feature is "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".

Download Simple Torrent Search [alpha] Extension CRX File

Download Simple Torrent Search [alpha] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Simple Torrent Search [alpha] Simple Torrent Search [alpha]
ID gghhokjnjfniamhdfclmjfjokmgjkjlc
Official URL https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc
Description A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
File Size 152 KB
Installation Count 77
Current Version 0.0.14
Last Updated 2013-09-16
Publish Date 2013-09-16
Developer Wayferer
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}