Simple Torrent Search [alpha]
A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
Qu'est-ce que Simple Torrent Search [alpha] ?
Simple Torrent Search [alpha] est une extension Chrome développée par Wayferer, et sa fonction principale est "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".
Télécharger le fichier CRX de l'extension Simple Torrent Search [alpha]
Téléchargez les fichiers d'extension Simple Torrent Search [alpha] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple way to quickly search and start downloading Torrents. More to come.
Informations de Base sur l'Extension
Nom | |
ID | gghhokjnjfniamhdfclmjfjokmgjkjlc |
URL Officiel | https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc |
Description | A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come. |
Taille du Fichier | 152 KB |
Nombre d'Installations | 77 |
Version Actuelle | 0.0.14 |
Dernière Mise à Jour | 2013-09-16 |
Date de Publication | 2013-09-16 |
Développeur | Wayferer |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |