Simple Torrent Search [alpha]

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

Vad är Simple Torrent Search [alpha]?

Simple Torrent Search [alpha] är en Chrome-tillägg utvecklad av Wayferer, och dess huvudfunktion är "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".

Ladda ner Simple Torrent Search [alpha]-förlängningens CRX-fil

Ladda ner Simple Torrent Search [alpha]-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Simple Torrent Search [alpha] Simple Torrent Search [alpha]
ID gghhokjnjfniamhdfclmjfjokmgjkjlc
Officiell webbadress https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc
Beskrivning A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
Filstorlek 152 KB
Antal Installationer 77
Aktuell Version 0.0.14
Senast Uppdaterad 2013-09-16
Publiceringsdatum 2013-09-16
Utvecklare Wayferer
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}