TPB IMDB Pirate Bay Search Plugin
Search The Pirate Bay from IMDB.
Qu'est-ce que TPB IMDB Pirate Bay Search Plugin ?
TPB IMDB Pirate Bay Search Plugin est une extension Chrome développée par evan.palmer, et sa fonction principale est "Search The Pirate Bay from IMDB.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TPB IMDB Pirate Bay Search Plugin
Téléchargez les fichiers d'extension TPB IMDB Pirate Bay Search Plugin 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
This extension lets you search The Pirate Bay directly from IMDB. It looks at the title and year and gets the top 5 torrents based on number of people seeding it. When the page loads, you can click on the little Pirate Bay logo to see your download options. The items in the drop down list will open directly in your torrent client (via magnet links). If the plug in couldn't find anything, you'll see a little skull and crossbones that signifies my personal, deep apology to you, the user. Wanna make it better: https://github.com/EvanPalmer/TpbImdbSearch/
Informations de Base sur l'Extension
Nom | |
ID | balopjhbkeaphbdgegdgeckdjhoaencd |
URL Officiel | https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd |
Description | Search The Pirate Bay from IMDB. |
Taille du Fichier | 2.04 MB |
Nombre d'Installations | 337 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2014-12-13 |
Date de Publication | 2014-12-13 |
Évaluation | 3.32/5 Total 19 Évaluations |
Développeur | evan.palmer |
Type de Paiement | free |
Site Web de l'Extension | http://evanjpalmer.wordpress.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TPB IMDB Pirate Bay Search Plugin", "version": "0.0.7", "description": "Search The Pirate Bay from IMDB.", "permissions": [ "tabs", "http:\/\/*.thepiratebay.cr\/", "http:\/\/thepiratebay.cr\/" ], "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "images\/ajax-loader.gif", "images\/logo.gif", "images\/logo-not-found.gif" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "css": [ "bootstrap\/css\/bootstrap.css" ], "js": [ "jquery-1.9.1.min.js", "tpbImdbPirateBaySearch.plugin.js", "contentscript_imdb.js" ] } ] } |