Simple Torrent Search [alpha]
A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
O que é Simple Torrent Search [alpha]?
Simple Torrent Search [alpha] é uma extensão do Chrome desenvolvida por Wayferer, e sua principal característica é "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".
Baixar o arquivo CRX da Extensão Simple Torrent Search [alpha]
Baixe arquivos de extensão Simple Torrent Search [alpha] no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A simple way to quickly search and start downloading Torrents. More to come.
Informações Básicas da Extensão
Nome | |
ID | gghhokjnjfniamhdfclmjfjokmgjkjlc |
URL Oficial | https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc |
Descrição | A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come. |
Tamanho do Arquivo | 152 KB |
Contagem de Instalações | 77 |
Versão Atual | 0.0.14 |
Última Atualização | 2013-09-16 |
Data de Publicação | 2013-09-16 |
Desenvolvedor | Wayferer |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |