Simple Torrent Search [alpha]

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

Apa itu Simple Torrent Search [alpha]?

Simple Torrent Search [alpha] adalah ekstensi Chrome yang dikembangkan oleh Wayferer, dan fitur utamanya adalah "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".

Unduh Berkas CRX Ekstensi Simple Torrent Search [alpha]

Unduh file ekstensi Simple Torrent Search [alpha] dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Simple Torrent Search [alpha] Simple Torrent Search [alpha]
ID gghhokjnjfniamhdfclmjfjokmgjkjlc
URL Resmi https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc
Deskripsi A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
Ukuran File 152 KB
Jumlah Instalasi 77
Versi Saat Ini 0.0.14
Terakhir Diperbarui 2013-09-16
Tanggal Publikasi 2013-09-16
Pengembang Wayferer
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}