TPBHome -Search PirateBay from your Homepage

TPBHome - Search ThePirateBay from your Homepage

What is TPBHome -Search PirateBay from your Homepage?

TPBHome -Search PirateBay from your Homepage is a Chrome extension developed by AwesomeTools, and its main feature is "TPBHome - Search ThePirateBay from your Homepage".

Extension Screenshots

Download TPBHome -Search PirateBay from your Homepage Extension CRX File

Download TPBHome -Search PirateBay from your Homepage 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

                        Search ThePirateBay from your Homepage

TPBHome extension allows you to search The Pirate Bay directly from your Google Homepage by popping a nifty little icon with expandable search box under the usual Google search field.

TPBHome displays results from a PirateBay proxy, so even if TPB is blocked for whatever reason, you can still get on the Bay!                    

Extension Basic Information

Name TPBHome -Search PirateBay from your Homepage TPBHome -Search PirateBay from your Homepage
ID jlcienhafponebifnpincaenibaljnfa
Official URL https://chrome.google.com/webstore/detail/tpbhome-search-piratebay/jlcienhafponebifnpincaenibaljnfa
Description TPBHome - Search ThePirateBay from your Homepage
File Size 12.14 KB
Installation Count 107
Current Version 1.4
Last Updated 2016-08-04
Publish Date 2016-08-04
Rating 5.00/5 Total 3 Ratings
Developer AwesomeTools
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "tpbhome.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "TPBHome - Search ThePirateBay from your Homepage",
    "name": "TPBHome -Search PirateBay from your Homepage",
    "version": "1.4",
    "web_accessible_resources": [
        "tpbhome.html"
    ]
}