Simple Torrent Search [alpha]

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

Was ist Simple Torrent Search [alpha]?

Simple Torrent Search [alpha] ist eine Chrome-Erweiterung, die von Wayferer entwickelt wurde, und ihr Hauptmerkmal ist "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".

Simple Torrent Search [alpha]-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Torrent Search [alpha]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Simple Torrent Search [alpha] Simple Torrent Search [alpha]
ID gghhokjnjfniamhdfclmjfjokmgjkjlc
Offizielle URL https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc
Beschreibung A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
Dateigröße 152 KB
Installationsanzahl 77
Aktuelle Version 0.0.14
Letztes Update 2013-09-16
Veröffentlichungsdatum 2013-09-16
Entwickler Wayferer
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}