Simple Torrent Search [alpha]

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

Wat is Simple Torrent Search [alpha]?

Simple Torrent Search [alpha] is een Chrome-extensie ontwikkeld door Wayferer, en de belangrijkste functie is "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".

Download het CRX-bestand van de extensie Simple Torrent Search [alpha]

Download Simple Torrent Search [alpha]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simple Torrent Search [alpha] Simple Torrent Search [alpha]
ID gghhokjnjfniamhdfclmjfjokmgjkjlc
Officiële URL https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc
Beschrijving A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
Bestandsgrootte 152 KB
Aantal Installaties 77
Huidige Versie 0.0.14
Laatst Bijgewerkt 2013-09-16
Publicatiedatum 2013-09-16
Ontwikkelaar Wayferer
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}